From 12bfb800ce352ccd2395d62538ec853a81c62c8a Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sat, 6 Jul 2024 00:28:44 +0200 Subject: [PATCH] style: update links and text spacing --- resources/css/app.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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;