From 02a6acd4cfddaecd9075b706fdbdc0396d76d8c3 Mon Sep 17 00:00:00 2001 From: winter Date: Wed, 1 Jan 2025 17:41:22 +0000 Subject: stuff --- static/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static/style.css') 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; + } } } } -- cgit v1.3