[chore] Change ecks pee font size to large (#3276)

This commit is contained in:
tobi 2024-09-07 19:20:47 +02:00 committed by GitHub
parent 3d0d048a01
commit edbcf0fa6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@
html, body {
/* Try Atkinson, fall back to default GtS fonts */
font-family: "Atkinson Hyperlegible", "Noto Sans", sans-serif;
font-size: larger;
font-size: large;
text-shadow: 1px 1px 1px black;
scrollbar-color: var(--ecks-pee-lighter-blue) var(--ecks-pee-white);
}