summaryrefslogtreecommitdiffstats
path: root/themes/aoidh/assets/aoidh.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-02 18:05:06 -0330
committerSam Anthony <sam@samanthony.xyz>2026-01-02 18:05:06 -0330
commitda7a80e34660456a12f882de7eeaf94ddaab5d44 (patch)
treec11f6668f74bb2c74326920fa683c282ceed2e8b /themes/aoidh/assets/aoidh.css
parent11f81b5e1c02f373fce8d5ac7021b509c3cf2292 (diff)
downloadsamanthony.xyz-da7a80e34660456a12f882de7eeaf94ddaab5d44.zip
article: tools-i-use
Diffstat (limited to 'themes/aoidh/assets/aoidh.css')
-rw-r--r--themes/aoidh/assets/aoidh.css26
1 files changed, 21 insertions, 5 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css
index e586a09..51571f5 100644
--- a/themes/aoidh/assets/aoidh.css
+++ b/themes/aoidh/assets/aoidh.css
@@ -23,7 +23,7 @@ body {
}
body {
- line-height: 1.35rem;
+ line-height: 1.35em;
font-family: serif;
text-rendering: optimizeLegibility;
color: #000;
@@ -44,6 +44,7 @@ nav ul {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(6.5rem, 1fr));
gap: .4rem .8rem;
+ padding: 0;
}
nav li {
@@ -66,12 +67,12 @@ li.nav-active a {
box-shadow: .2rem .2rem var(--dark-yellow);
}
-nav a:active {
- box-shadow: 0 0;
+li.nav-ancestor a {
+ font-weight: bold;
}
-ul {
- padding: 0;
+nav a:active {
+ box-shadow: 0 0;
}
p {
@@ -100,6 +101,10 @@ a:active {
border: 1px solid var(--dark-blue);
}
+.title {
+ font-size: 1.4rem;
+}
+
h1 {
font-size: 1.3rem;
}
@@ -165,3 +170,14 @@ img {
display: block;
margin: auto;
}
+
+div {
+ margin-bottom: var(--parspace);
+}
+
+ul {
+ margin: 0;
+ margin-block: 0 var(--parspace);
+ padding: 0;
+ padding-inline-start: 2em;
+}