summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2025-05-31 16:21:42 -0500
committerMark Powers <mark@marks.kitchen>2025-05-31 16:21:42 -0500
commit73074ce29709503c83a52cd15437e3aa3265d732 (patch)
tree06b52641b45858f7abd358e9dbf8b8d2977d64f3 /static
parent151f6ab093361fd2ee710c04a3fdd0517ea9a03d (diff)
Add May update
Diffstat (limited to 'static')
-rw-r--r--static/css/common.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/css/common.css b/static/css/common.css
index 7f76b72..e96f636 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -72,6 +72,10 @@ a {
color: #46555e;
}
+a:hover {
+ color: #212a30;
+}
+
/* header */
#header {
@@ -109,6 +113,11 @@ a {
}
+.nav-bar-item a:hover {
+ background-color: rgb(187, 221, 206);
+}
+
+
#header > nav > span > a {
font-size: 1.2rem;
}