diff options
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; + } } } } |
