diff options
| author | winter | 2025-01-01 17:41:22 +0000 |
|---|---|---|
| committer | winter | 2025-01-01 17:41:22 +0000 |
| commit | 02a6acd4cfddaecd9075b706fdbdc0396d76d8c3 (patch) | |
| tree | 8b18236ba74c260774350a330798aaaced215882 /static/style.css | |
| parent | 4cd7017da9a37e5b9f38c3f50dd1c904ea41cbcb (diff) | |
stuff
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
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; + } } } } |
