From 3b8c5a556f59b7d078fd275cc7050358d2f71c58 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 20 Jan 2026 18:25:22 +0100 Subject: Reordered the content and changed the CSS a bit --- static/main.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index 6b3569e..bc7f8a1 100644 --- a/static/main.css +++ b/static/main.css @@ -1,13 +1,11 @@ :root { --hue: 0; - --saturation: 50%; + --saturation: 60%; --text-color: hsl(var(--hue), var(--saturation), 0%); --bg-color: hsl(var(--hue), var(--saturation), 100%); --theme-color: hsl(var(--hue), var(--saturation), 50%); --code-bg-color: hsl(var(--hue), var(--saturation), 90%); font-family: system-ui; - font-size: 1.25rem; - line-height: 1.25; background-color: var(--bg-color); color: var(--text-color); max-width: 800px; @@ -40,7 +38,7 @@ nav ul, nav ol { grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)); gap: 5%; } -nav ul li, nav ol li { +nav ul li { background-color: var(--code-bg-color); font-size: large; text-align: center; @@ -48,7 +46,7 @@ nav ul li, nav ol li { padding-bottom: 3%; border-radius: 0.5em; } -nav ul li a, nav ol li a { +nav ul a { text-decoration: none; } blockquote { -- cgit v1.3.1