accessibility maxxing

This commit is contained in:
sundae 2025-09-11 19:30:58 +03:00
parent 6c9294f0a0
commit f18a342ae5
No known key found for this signature in database
64 changed files with 320 additions and 205 deletions

View file

@ -1,7 +1,9 @@
:root {
--avatar: 3rem;
}
#blog:not(:has(#posts)) header {
text-align: center;
}
article {
margin: 0 auto;
font-family: "Rubik", sans-serif;
@ -15,7 +17,12 @@ article {
border-radius: var(--round);
width: 66%;
}
h1,h2,h3,h4,h5,h6 {
margin-bottom: var(--pad-m);
}
& [aria-label="Post warning"] {
display: flex;
flex-direction: column;
font-size: 1.4rem;
font-weight: bold;
text-align: center;