diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-07-08 23:00:21 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-07-08 23:00:21 +0300 |
| commit | cfe5dac74a3ab3d8905984549064a344582d1143 (patch) | |
| tree | 2dd4271a51e98ffe223de939a79b278389a64ea8 | |
| parent | 3b9d6fa8c16a7c20a445574805f4091f67d5d460 (diff) | |
Add underlines under links in paragraphs
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 45999ed..1b3d067 100644 --- a/static/style.css +++ b/static/style.css @@ -131,6 +131,10 @@ a, a:visited { cursor: pointer; } +p a { + text-decoration: underline; +} + a:hover { text-decoration: underline !important; } |
