aboutsummaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css8
1 files changed, 3 insertions, 5 deletions
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 {