diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site5.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/site5.css b/src/static/site5.css index 6076228b..d50d4623 100644 --- a/src/static/site5.css +++ b/src/static/site5.css @@ -439,6 +439,14 @@ a.current { font-weight: 800; } +a:not([href]) { + cursor: default; +} + +a:not([href]):hover { + text-decoration: none; +} + .nav-main-links > span > span { white-space: nowrap; } |