blog

My blog at www.shimmy1996.com

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

Remove navigation link styling

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