2
0

switch to custom theme with adjusted font sizes

This commit is contained in:
2025-09-13 20:03:55 +02:00
parent ed4094d26a
commit 04f43fa20f
2 changed files with 177 additions and 54 deletions

View File

@@ -5,7 +5,7 @@
section {
background-color: #f0f8ff;
color: #2c3e50;
font-size: 0.95em;
font-size: 0.85em;
}
h1 {
@@ -18,7 +18,7 @@ h2 {
}
ul, ol {
font-size: 0.9em;
font-size: 0.8em;
}
code {