From 3a5be04c0ec782b35d8f23f4184a8122f4bacd0b Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sat, 13 Sep 2025 15:37:46 -0400 Subject: Minor post updates to spelling, style update, wiki and colophon changes --- public/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'public/style.css') 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; -- cgit v1.2.3-70-g09d2