diff options
| -rw-r--r-- | frontend/src/components/FeedItem.css | 3 | ||||
| -rw-r--r-- | frontend/src/index.css | 2 |
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; |
