running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit fad8587abbbcedaec3ee1a63284cd8913710a3f8
parent bce23d82e4e954eedf1ebe59bbf2ec0465007f6f
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Thu, 23 May 2024 16:17:02 -0700

Remove unused .link CSS class

Diffstat:
Msrc/assets/global.css | 12++++--------
1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/assets/global.css b/src/assets/global.css @@ -15,18 +15,14 @@ input, select, button { button { cursor: pointer; } -.link, .link:focus, .link:active, .link:hover { - border: none; - background: none; -} -a, .link { +a { text-decoration: none; } -a:focus, .link:focus { +a:focus { text-decoration: underline; } @media (hover: hover) { - a:hover, .link:hover { + a:hover { text-decoration: underline; } } @@ -119,7 +115,7 @@ button, input, select, tr { dialog { border: 2px solid var(--background5); } -a, .link { +a { color: var(--link); } input:invalid:not(:focus) {