diff options
| author | mion <> | 2026-02-11 23:07:17 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-11 23:07:17 +0000 |
| commit | 18798b4fe566aaf510caaf4843cdd1fdfc1a40a3 (patch) | |
| tree | 11a7ab8b835b3de3ac56cbf3d91d5284b05e1106 /html/style.css | |
| parent | 7b20c4b86c198ead941fe37507d806a19ee3711f (diff) | |
help
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/html/style.css b/html/style.css deleted file mode 100644 index a57bb72..0000000 --- a/html/style.css +++ /dev/null @@ -1,56 +0,0 @@ -body -{ - background: black; - color: #fc6c8e; - max-width: 960px; - margin-left: auto; - margin-right: auto; - font-family: "noto sans mono", monospace; - font-size: 16px; -} - -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; - -} */ |
