diff options
| author | mion <> | 2026-02-26 17:04:17 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-26 17:04:17 +0000 |
| commit | a64f5ae5dd8a781ee8235ebbd531a24ce9935dd1 (patch) | |
| tree | 8a622587606016fcf4ddb964c3a21591a20a9b01 /stylesheets/style.css | |
| parent | b309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 (diff) | |
IHATE IT IHATE IT I HATE IT
Diffstat (limited to 'stylesheets/style.css')
| -rw-r--r-- | stylesheets/style.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/stylesheets/style.css b/stylesheets/style.css deleted file mode 100644 index 7d7a48d..0000000 --- a/stylesheets/style.css +++ /dev/null @@ -1,56 +0,0 @@ -body -{ - background: #111111; - color: #fc6c8e; - max-width: 960px; - margin-left: auto; - margin-right: auto; - font-family: "noto sans mono", monospace; - font-size: 12pt; -} - -a { - color: #fc6c8e; - font-weight: bold; -} - -a:hover { - color: purple; -} - -figcaption { - display: none; -} - -.box { - display: inline-block; -} - -.boxes { - display: flex; -} - -hr { - border: #202020 solid 1px; -} - -table -{ - border-collapse: collapse; -} - -table td, th -{ - border: 1px solid #202020; - padding: 4px; -} - -/* -body::after { - position: fixed !important; - content: url(); - top: 0px !important; - right: 0 !important; - z-index:-1; - -} */ |
