From 631f9369b24ee4858b258126ba9ca6a263dd2cae Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 4 May 2022 02:51:43 -0400 Subject: themes/default/layouts: Fix remaining URLs missing base --- static/css/default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/css/default.css b/static/css/default.css index 5feedfa..3ecb7a9 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -1102,6 +1102,10 @@ web-ring a { text-decoration: none; } +web-ring a[href^="http"]:hover { + text-decoration: underline; +} + web-ring time { font-variant: small-caps; color: #444; @@ -1517,10 +1521,6 @@ kbd { margin-bottom: 0.75rem; } -a[href^="http"]:hover { - text-decoration: underline; -} - /* ----- Responsive ----- */ @media screen and (max-width: 1220px) { -- cgit v1.2.3