diff options
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; - -} */ |
