aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/public/style.css b/public/style.css
index 2030bee..6be12ac 100644
--- a/public/style.css
+++ b/public/style.css
@@ -2,7 +2,8 @@
body {
background: #f2f2f2;
- font-family: serif;
+ font-family: "Georgia", serif;
+ line-height: 1.33;
margin: 0 auto;
max-width: 680px;
padding: 0 10px;
@@ -21,8 +22,7 @@ header nav ul li {
}
header nav a {
background: white;
- border: 1px solid;
- color: black;
+ border: 1px solid black;
cursor: pointer;
display: block;
padding: 6px;
@@ -91,6 +91,9 @@ pre {
padding: 6px;
overflow: auto;
}
+pre:has(code.language-diagram) {
+ background: none;
+}
table {
border-collapse: collapse;
@@ -155,7 +158,7 @@ footer {
}
header nav a {
background: black;
- color: white;
+ border-color: white;
}
main {
background: #1d1d1d;