summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/style.css b/style.css
index 1195923..fac3bc4 100644
--- a/style.css
+++ b/style.css
@@ -75,11 +75,11 @@ dd {
 	a::after {
 		font-family: monospace;
 		font-size: 0.9rem;
-		color: blue;
+		color: initial;
 	}
 	a {
 		text-decoration: none;
-		color: initial;
+		color: blue;
 	}
 	section { page-break-inside: avoid }
 }