More a11y fixes
This commit is contained in:
parent
c2b784365e
commit
045e9ff4dd
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
themeColor: #D02424
|
||||
language: de
|
||||
cssCacheBust: ?v=4
|
||||
cssCacheBust: ?v=5
|
||||
|
||||
header: null
|
||||
article: null
|
||||
|
|
|
@ -61,8 +61,8 @@
|
|||
color: var(--primary-font);
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.3em;
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.7em;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -108,6 +108,6 @@
|
|||
.event-location,
|
||||
.event-people,
|
||||
.event-details {
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.6rem;
|
||||
font-size: 1.3rem;
|
||||
line-height: 1.7rem;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
flex-direction: column;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
--primary: #B51111;
|
||||
--primary: #B5060D;
|
||||
--primary-font: #ffffff;
|
||||
--side-padding: 8vw;
|
||||
--max-content-width: 925px;
|
||||
|
@ -91,7 +91,7 @@
|
|||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background: rgba(181, 17, 17, 0.83);
|
||||
background: rgba(181, 6, 13, 0.83);
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue