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