From 21055e0e4cbc65283afc783b8da490edcf63d5a6 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 18 Jan 2024 20:17:25 -0600 Subject: [PATCH] tweaks --- src/stylelite.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/stylelite.css b/src/stylelite.css index 10deaaf..f2fa680 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -265,13 +265,9 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov cursor: pointer; } -button.link:hover { - background: var(--bg) -} - input:disabled { - opacity: .5; - color: var(--bg); + color: #404040; + background: #EBEDEF; cursor: not-allowed; } @@ -339,8 +335,9 @@ nav ul { } nav ul li a { - padding: .5rem 1rem; + padding: .5rem; text-decoration: none; + vertical-align: sub; } nav ul li a:hover {opacity: .75;}