diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-07-10 18:08:34 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-07-10 18:08:34 +0200 |
| commit | 3950a4f49b0c5ba3e2b494325520f0d03ec23ff5 (patch) | |
| tree | edfe70e99d8aa340a3e78585ff814cb218a1127c /htroot/env/base.css | |
| parent | dc84868b8b32e106dd97672040f251bb78f7d9ab (diff) | |
new use case graphics and slightly larger font
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index fcc73311a..b618d9ab2 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -76,7 +76,7 @@ dl { } body, table, textarea { - font-size: 12px; + font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smooth: always; @@ -595,7 +595,7 @@ a.MenuItemLink { margin-top:1px; margin-bottom:1px; padding:4px 10px 3px 18px; - font-size:1.1em; + font-size:14px; } a.MenuItemLink.lock { |
