diff options
Diffstat (limited to 'data/static/style.css')
-rw-r--r-- | data/static/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/static/style.css b/data/static/style.css index 871b961..a4f536c 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -64,10 +64,13 @@ main { } a { - text-decoration: none; color: inherit; } +figure > a { + text-decoration: none; +} + @keyframes fadeIn { 0% { opacity: 0%; |