diff --git a/resources/css/app.css b/resources/css/app.css index f30954f..c9f2723 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -16,6 +16,22 @@ body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; } +:where(:root) { + line-height: 1.5; +} + +a { + text-decoration-skip-ink: auto; + color: #020202; + text-decoration: underline; + opacity: 0.8; +} + +a:hover { + text-decoration: none; + opacity: 1; +} + .page-title { font-size: 1.5em; text-align: center;