diff options
| author | 2024-09-07 19:20:47 +0200 | |
|---|---|---|
| committer | 2024-09-07 19:20:47 +0200 | |
| commit | edbcf0fa6d6770f96de239df052a699bc6c67912 (patch) | |
| tree | 973374e70c09aa6efb4ba4ae87a1687d1e580e9b | |
| parent | [feature/frontend] Add brutalist b&w theme (#3275) (diff) | |
| download | gotosocial-edbcf0fa6d6770f96de239df052a699bc6c67912.tar.xz | |
[chore] Change ecks pee font size to large (#3276)
| -rw-r--r-- | web/assets/themes/ecks-pee.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/themes/ecks-pee.css b/web/assets/themes/ecks-pee.css index 25122cd88..c151e79bc 100644 --- a/web/assets/themes/ecks-pee.css +++ b/web/assets/themes/ecks-pee.css @@ -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);  }  | 
