diff --git a/style/light.css b/style/light.css index a2cc965..4c7b980 100644 --- a/style/light.css +++ b/style/light.css @@ -15,6 +15,13 @@ body { max-inline-size: 99ch; } +a { + text-decoration: none; +} +a:hover { + background-color: #f88; +} + article.org, header { border-radius: .25em; padding-block: .25em;