diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index 9c45eb3..f07d78c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -58,6 +58,10 @@ a { text-decoration: none; } +p a { + text-decoration: underline; +} + @media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; |