diff options
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; |