aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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) {