aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/style.css
diff options
context:
space:
mode:
authorwinter2025-01-01 17:41:22 +0000
committerwinter2025-01-01 17:41:22 +0000
commit02a6acd4cfddaecd9075b706fdbdc0396d76d8c3 (patch)
tree8b18236ba74c260774350a330798aaaced215882 /static/style.css
parent4cd7017da9a37e5b9f38c3f50dd1c904ea41cbcb (diff)
stuff
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 07960ab..15f2665 100644
--- a/static/style.css
+++ b/static/style.css
@@ -53,12 +53,15 @@ nav {
padding: 0;
> li {
display: inline;
- > a {
+ > .navlink {
border-radius: 4px;
background: #fff3;
padding: 4px 8px;
color: white;
text-decoration: none;
+ &.disabled {
+ opacity: 0.6;
+ }
}
}
}