diff options
| author | azureazure <azureazure@disroot.org> | 2025-12-20 22:10:49 +0100 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2025-12-20 22:10:49 +0100 |
| commit | 6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4 (patch) | |
| tree | d7ed0bc80f94a5facf492060ccbe5e64c5ab2ac6 /src/assets/stylesheet.css | |
| parent | 9ec83ec1f9a85aa5e631a9a2a053e5cdb8331d60 (diff) | |
| download | slimegirl.nexus-6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4.tar.gz | |
add and fill out links and contact pages
Diffstat (limited to 'src/assets/stylesheet.css')
| -rw-r--r-- | src/assets/stylesheet.css | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 96910b7..6aa41e0 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -2,8 +2,8 @@ { --bg: #101010; --text: white; - --main: limegreen; - --accent: lime; + --main: palevioletred; + --accent: hotpink; } .footpara @@ -13,7 +13,7 @@ #content { - max-width: 60em; + max-width: 80ch; margin: auto; font-family: serif; } @@ -43,29 +43,33 @@ a { color: var(--main); text-decoration: none; - border: 1px solid transparent; } a:hover { color: var(--bg); - background-color: var(--main); + background-color: var(--accent); } a:has(> img):hover { background-color: transparent; } -nav +.pages { font-family: monospace; font-size: 1.2em; text-align: center; } -ul li +ul { - list-style-type: none; + list-style-type: circle; +} + +ol +{ + list-style-type: upper-roman; } hr |
