diff options
author | Frankie B <git@diskfloppy.me> | 2024-01-12 18:57:10 +0000 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-01-12 18:57:33 +0000 |
commit | 725712aa35a989f1c2f179e210b8fa1c310e39e9 (patch) | |
tree | 4ba81858541a5db1e16839dd780af06ec0e5872d /public/css/minimal.css | |
parent | c622761799635392cc35a46795955c9a0be12fc1 (diff) |
Add custom error pages, pixel images, etc (also improve computers)
Diffstat (limited to 'public/css/minimal.css')
-rw-r--r-- | public/css/minimal.css | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/public/css/minimal.css b/public/css/minimal.css index 93d31f1..b64e0e9 100644 --- a/public/css/minimal.css +++ b/public/css/minimal.css @@ -1,25 +1,12 @@ -html { - color-scheme: dark; -} - -body { - font-family: sans-serif; - margin: 0; - margin-left: 10px; - color: #cad3f5; - background-color: #181926; -} - -table.gb-entry_details tr td { - padding-right: 5px; -} - * { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } html { color-scheme: dark; } body { color: #cad3f5; background-color: #181926; } -h1, h2, ul, p { margin: 0; } +h1, h2, h4, ul, p { margin: 0; } h1 { font-weight: normal; } +h4 { margin-bottom: 5px; } ul { padding: 5px 30px; } a { color: #8aadf4; text-decoration: none; } a:hover { text-decoration: underline; } -code { font-family: monospace; font-size: 24px; } +code { font-family: monospace; } +code.addr { font-size: 24px; } +table { border: 1px solid #cad3f5; } |