aboutsummaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorazureazure <azureazure@disroot.org>2025-12-20 22:10:49 +0100
committerazureazure <azureazure@disroot.org>2025-12-20 22:10:49 +0100
commit6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4 (patch)
treed7ed0bc80f94a5facf492060ccbe5e64c5ab2ac6 /src/assets
parent9ec83ec1f9a85aa5e631a9a2a053e5cdb8331d60 (diff)
downloadslimegirl.nexus-6a81e64b64fc1afdc028b4c7d7cdb4addf72ecc4.tar.gz
add and fill out links and contact pages
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/buttons/girlrot.gifbin0 -> 5216 bytes
-rw-r--r--src/assets/monero-qr.pngbin0 -> 7547 bytes
-rw-r--r--src/assets/stylesheet.css20
3 files changed, 12 insertions, 8 deletions
diff --git a/src/assets/buttons/girlrot.gif b/src/assets/buttons/girlrot.gif
new file mode 100644
index 0000000..8e18810
--- /dev/null
+++ b/src/assets/buttons/girlrot.gif
Binary files differ
diff --git a/src/assets/monero-qr.png b/src/assets/monero-qr.png
new file mode 100644
index 0000000..6722c4d
--- /dev/null
+++ b/src/assets/monero-qr.png
Binary files differ
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