aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src
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
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')
-rw-r--r--frontend/src/components/FeedItem.css3
-rw-r--r--frontend/src/index.css2
2 files changed, 3 insertions, 2 deletions
diff --git a/frontend/src/components/FeedItem.css b/frontend/src/components/FeedItem.css
index 8c1609b..a6b92f6 100644
--- a/frontend/src/components/FeedItem.css
+++ b/frontend/src/components/FeedItem.css
@@ -22,7 +22,8 @@
}
.item-title {
- font-size: 1.25rem;
+ font-size: 1.35rem;
+ /* approx 24px */
font-weight: bold;
text-decoration: none;
color: var(--link-color);
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;