summary refs log tree commit diff stats
path: root/resources/css/style.css
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-06-11 15:16:13 +0530
committerAndinus <andinus@nand.sh>2022-06-11 15:16:13 +0530
commit3e8364c123f9e54e17540c9fbe5cdcc072355079 (patch)
tree74e17c8352ecc928669553687835869944de922f /resources/css/style.css
parent7b24df0be78fb9ba59e7ef4c6d7210530a19e98b (diff)
downloadcrater-3e8364c123f9e54e17540c9fbe5cdcc072355079.tar.gz
Add styles for directory, improve gallery UX
Diffstat (limited to 'resources/css/style.css')
-rw-r--r--resources/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/css/style.css b/resources/css/style.css
index 240c98d..b2132df 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -111,6 +111,10 @@ img { width: 400px; }
 #gallery {
     margin: auto;
 }
+#gallery a {
+    color: var(--fg-main);
+    text-decoration: none;
+}
 #gallery img {
     transform-origin: center;
     transition: 0.5s;