summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2022-10-17 22:55:10 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2022-10-17 22:55:10 +0700
commit87d7a4597b75b5bb511eea7d9cbcfe81bec6ec9a (patch)
treeb66e4d58bb9249ba09122c4c5933515d24489644 /style.css
parent6aa57dcf8d7ff8be95a7209f3fa1cea49863d1ea (diff)
downloadweb-cv-87d7a4597b75b5bb511eea7d9cbcfe81bec6ec9a.tar.gz
Add link to packages maintained
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 }
 }