commit 0126986a636d7a36466dd422732f0fcc772ff96c parent 5682d7682a0464658f8795e287e86608d2ada9a9 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Sat, 30 Nov 2019 13:49:13 -0500 Don't underline navigation links Diffstat:
| M | layouts/partials/css/style.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/css/style.css b/layouts/partials/css/style.css
@@ -10,6 +10,9 @@ body {
a {
color: var(--accent-color);
}
+nav a {
+ text-decoration: none;
+}
img, video {
max-width: 100%;
}