aboutsummaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorazureazure <azureazure@disroot.org>2025-12-20 16:19:16 +0100
committerazureazure <azureazure@disroot.org>2025-12-20 16:19:16 +0100
commit550272c4a9778ca8f40c790d6c50acda62f6ed8f (patch)
treeab57863ed4d6e0482f40f254e83003680c68cdc5 /src/assets
parentc7f7d6455909565e664b4613aa9a5ef275d58769 (diff)
downloadslimegirl.nexus-550272c4a9778ca8f40c790d6c50acda62f6ed8f.tar.gz
add css
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/stylesheet.css43
-rw-r--r--src/assets/tile.pngbin354 -> 0 bytes
2 files changed, 43 insertions, 0 deletions
diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css
index e69de29..079ce11 100644
--- a/src/assets/stylesheet.css
+++ b/src/assets/stylesheet.css
@@ -0,0 +1,43 @@
+.footpara
+{
+ display: inline;
+}
+
+#content
+{
+ max-width: 60em;
+ margin: auto;
+}
+
+body
+{
+ background-color: #101010;
+ color: white;
+}
+
+.logo
+{
+ text-align: center;
+ color: limegreen;
+ user-select: none;
+ margin: 0;
+ padding: 0;
+ font-family: monospace;
+}
+
+.logo:hover
+{
+ color: lime;
+}
+
+nav
+{
+ font-family: monospace;
+ font-size: 1.2em;
+ text-align: center;
+}
+
+ul li
+{
+ list-style-type: none;
+}
diff --git a/src/assets/tile.png b/src/assets/tile.png
deleted file mode 100644
index 00f3c60..0000000
--- a/src/assets/tile.png
+++ /dev/null
Binary files differ