diff options
Diffstat (limited to 'src/assets/stylesheet.css')
| -rw-r--r-- | src/assets/stylesheet.css | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css deleted file mode 100644 index 3b032d1..0000000 --- a/src/assets/stylesheet.css +++ /dev/null @@ -1,36 +0,0 @@ -:root -{ - --main: #ebabb9; - --bg: #1e1f21; - --fg: #eeeff1; -} - -.footpara { display: inline; } - -body -{ - background-color: var(--bg); - color: var(--fg); - max-width: 80ch; - margin: auto; - font-family: serif; - font-variant-emoji: text; -} - -a { color: var(--main); } - -.buttons > p { margin: 0; } - -.footnum, .footref { text-decoration: none; } - -.pages { text-align: center; } - -.logo -{ - color: var(--main); - font-size: 2em; - margin-bottom: 0; -} - -ul { list-style: "~> " }; - |
