diff options
| author | Bradley Taunt <bt@btxx.org> | 2025-09-13 15:37:46 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2025-09-13 15:37:46 -0400 |
| commit | 3a5be04c0ec782b35d8f23f4184a8122f4bacd0b (patch) | |
| tree | a79e66fdaf657f97538bd0235ca48c550ffa0e6d /public/style.css | |
| parent | 8ae182a4c287b45138836370b258cfcba19c0810 (diff) | |
Minor post updates to spelling, style update, wiki and colophon changes
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 11 |
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; |
