From 3a14c1cf7fe1c6df09bc98db13fab5af86ceb50e Mon Sep 17 00:00:00 2001 From: Philip Wagner Date: Tue, 29 Oct 2024 12:53:38 +0100 Subject: [PATCH] hover link color --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 263fb17..74ebd1e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -69,6 +69,8 @@ code { font-family: Kobata !important; font-weight: normal; word-break: break-wo .link { text-decoration: none; color: var(--black) } .link:hover { color: var(--lila) } +.bg-lila-white .link:hover, .bg-lila-pink .link:hover, .bg-lila-green .link:hover, .bg-lila-lila .link:hover, .bg-lila-orange .link:hover, .bg-lila-black .link:hover { color: var(--orange) } + .no-button { border: none; background: transparent; margin: 0; padding: 0 } .no-button:hover { cursor: pointer }