aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/index.css
diff options
context:
space:
mode:
authorAdam Mathes <adam@adammathes.com>2026-02-13 19:31:45 -0800
committerAdam Mathes <adam@adammathes.com>2026-02-13 19:31:45 -0800
commitf711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6 (patch)
tree8cc5b6664b74b96b23aeec07f421f69df28846f5 /frontend/src/index.css
parente43909be7e8f8b2b5d7b002448912e23e40ad4e9 (diff)
downloadneko-f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6.tar.gz
neko-f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6.tar.bz2
neko-f711343cc8bc897e8c2fe6c9c8ef8ed42e475fb6.zip
fix(ui): adjust font sizes for v2 (NK-550s2k)
Diffstat (limited to 'frontend/src/index.css')
-rw-r--r--frontend/src/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css
index fb656ca..aca76c6 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -1,6 +1,5 @@
body {
font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
- font-size: 18px;
}
h1,
@@ -18,6 +17,7 @@ h5,
:root {
line-height: 1.5;
font-weight: 400;
+ font-size: 18px;
/* Light Mode Defaults */
--bg-color: #ffffff;