diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/static/style.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/static/style.css b/data/static/style.css index 881f0a7..e5be904 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -99,14 +99,6 @@ main { color: var(--accent-color); } -a { - color: inherit; -} - -figure > a { - text-decoration: none; -} - @keyframes fadeIn { 0% { opacity: 0%; @@ -172,6 +164,14 @@ figcaption { color: var(--subtext-color); } +figure > a { + text-decoration: none; +} + +a { + color: inherit; +} + .bottom { width: 100%; background-color: var(--dark-transparent); |