diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:46:38 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 09:46:38 -0500 |
commit | 2a754dc035600faea3208e0d5c139bf2ca80d2df (patch) | |
tree | 47fa3112cfd39455f4701aefbd908376c8c5f79d /data/static/style.css | |
parent | ff0c9b5fa1f19ba3d2a956cf3a9bab15a4fe1d62 (diff) |
Add underlines to hyperlinks
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%; |