diff options
author | Andinus <andinus@nand.sh> | 2022-06-11 15:16:13 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-11 15:16:13 +0530 |
commit | 3e8364c123f9e54e17540c9fbe5cdcc072355079 (patch) | |
tree | 74e17c8352ecc928669553687835869944de922f /resources/css/style.css | |
parent | 7b24df0be78fb9ba59e7ef4c6d7210530a19e98b (diff) | |
download | crater-3e8364c123f9e54e17540c9fbe5cdcc072355079.tar.gz |
Add styles for directory, improve gallery UX
Diffstat (limited to 'resources/css/style.css')
-rw-r--r-- | resources/css/style.css | 4 |
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; |