blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit ab675db86c167ab07155490094449a3a054c387c
parent fcd19edf26fe94ad5efd1ac40578557a79bd4e47
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 30 Nov 2019 13:43:32 -0500

Adjust hyperlink formatting

Diffstat:
Mlayouts/partials/css/custom.css | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -67,3 +67,12 @@ body:lang(zh) {
 code, kbd {
     font-family: "Iosevka Term", monospace;
 }
+
+nav a {
+    text-decoration: none;
+}
+
+a:focus, a:hover {
+    background: var(--accent-color);
+    color: var(--background-color);
+}