diff --git a/static/main.css b/static/main.css index 2967d22..d5156f4 100644 --- a/static/main.css +++ b/static/main.css @@ -12,32 +12,6 @@ flex-direction: row-reverse; } -.link-alt-adj, -.link-alt-adj:visited, -.link-alt-adj:visited:hover, -.link-alt-adj:hover { - color: var(--link-color); - text-decoration: none; -} - -.link-alt-adj:visited:hover, -.link-alt-adj:hover { - text-decoration: underline; -} - -.link-alt-hover, -.link-alt-hover:visited, -.link-alt-hover:visited:hover, -.link-alt-hover:hover { - color: var(--hover); - text-decoration: none; -} - -.link-alt-hover:visited:hover, -.link-alt-hover:hover { - text-decoration: underline; -} - .hero { padding: 5rem 0; } diff --git a/static/smol.css b/static/smol.css index 92366a9..8228367 100644 --- a/static/smol.css +++ b/static/smol.css @@ -287,6 +287,32 @@ figure { monospace; } +.link-alt-adj, +.link-alt-adj:visited, +.link-alt-adj:visited:hover, +.link-alt-adj:hover { + color: var(--link-color); + text-decoration: none; +} + +.link-alt-adj:visited:hover, +.link-alt-adj:hover { + text-decoration: underline; +} + +.link-alt-hover, +.link-alt-hover:visited, +.link-alt-hover:visited:hover, +.link-alt-hover:hover { + color: var(--hover); + text-decoration: none; +} + +.link-alt-hover:visited:hover, +.link-alt-hover:hover { + text-decoration: underline; +} + .link-alt, .link-alt:visited, .link-alt:visited:hover,