aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-04 02:51:43 -0400
committertdro <tdro@noreply.example.com>2022-05-04 02:51:43 -0400
commit631f9369b24ee4858b258126ba9ca6a263dd2cae (patch)
treeb0b3ab6f3bc5cec04495f94ff28beeba100f20a5 /static
parent30d44aac7a8539d9706df009cb3667d39ed7f350 (diff)
downloadcanory-631f9369b24ee4858b258126ba9ca6a263dd2cae.tar.gz
canory-631f9369b24ee4858b258126ba9ca6a263dd2cae.tar.bz2
canory-631f9369b24ee4858b258126ba9ca6a263dd2cae.zip
themes/default/layouts: Fix remaining URLs missing base
Diffstat (limited to 'static')
-rw-r--r--static/css/default.css8
1 files changed, 4 insertions, 4 deletions
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) {