commit a20a4e9afba35dd033be84a5c28b7429883494fc
parent 6646aaa49e54234f2b9cdbfd3febc797f5bf1cf7
Author: FIGBERT <figbert@figbert.com>
Date: Sat, 29 Aug 2020 14:26:52 -0700
:lipstick: Style nav links
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css
@@ -43,6 +43,15 @@ a:hover {
text-decoration-color: var(--secondary-color);
}
+nav > a {
+ font-weight: 800;
+ text-decoration: none;
+}
+
+nav > a:hover {
+ color: #7a96ea;
+}
+
pre {
padding: 1rem;
white-space: pre-wrap;