diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-06-12 23:35:20 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-06-12 23:35:20 +0200 |
| commit | 7da42c6e577f49ad4981f24c833b2e1d86357e0b (patch) | |
| tree | b1921f453b86cd5062adbd34b5e1b8dccc8f32ef /src/assets/stylesheet.css | |
| parent | cf102ad6c7d171dd500cae8b419b7f5c1e796ab4 (diff) | |
| download | slimegirl.nexus-7da42c6e577f49ad4981f24c833b2e1d86357e0b.tar.gz | |
redesign and move to markdown with a perl+make build system
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: "~> " }; - |
