From f83276462d60b00db62b86cbd905fb6e965c6ba0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 29 Dec 2022 14:34:16 -0500 Subject: Make links and buttons styling more consistent --- webapp/src/default.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/webapp/src/default.css b/webapp/src/default.css index 2c5b3a2..397d94a 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -100,9 +100,9 @@ body { max-width: 30em; font-size: 150%; margin: 0 auto; -}; +} -button { +button, a { background: none!important; border: none; padding: 0!important; @@ -113,6 +113,10 @@ button { cursor: pointer; } +button:hover, a:hover { + box-shadow: inset 10em 5em 2em #eee; +} + .sidebar { grid-area: sidebar; display: grid; -- cgit v1.2.3