diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-13 17:25:03 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-13 17:25:03 -0800 |
| commit | d53b8026efa8d774893f6e451bfe62a749e4e262 (patch) | |
| tree | cfec0e3ddf1e79360558f991071beef51b16eaa5 /frontend/src/index.css | |
| parent | ecd16748a21b7950c6d87b5a8c8d6d26f312a043 (diff) | |
| download | neko-d53b8026efa8d774893f6e451bfe62a749e4e262.tar.gz neko-d53b8026efa8d774893f6e451bfe62a749e4e262.tar.bz2 neko-d53b8026efa8d774893f6e451bfe62a749e4e262.zip | |
feat(v2/api): improve typography, active menu bolding, and fix API header order (NK-a217qm, NK-hyej38, NK-jqpn98)
Diffstat (limited to 'frontend/src/index.css')
| -rw-r--r-- | frontend/src/index.css | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css index 3b39cf5..43cdff5 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,17 @@ -:root, -body, -* { - font-family: 'Courier New', Courier, monospace !important; - /* Strongly force fixed width as requested */ +body { + font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif; +} + +h1, +h2, +h3, +h4, +h5, +.logo, +.nav-link, +.logout-btn { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-weight: bold; } :root { |
