More a11y fixes

main
Benjamin Bädorf 2021-10-13 13:54:17 +02:00
parent c2b784365e
commit 045e9ff4dd
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
---
themeColor: #D02424
language: de
cssCacheBust: ?v=4
cssCacheBust: ?v=5
header: null
article: null

View File

@ -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;

View File

@ -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;
}

View File

@ -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;
}