More a11y fixes

This commit is contained in:
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 themeColor: #D02424
language: de language: de
cssCacheBust: ?v=4 cssCacheBust: ?v=5
header: null header: null
article: null article: null

View file

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

View file

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

View file

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