diff options
Diffstat (limited to 'src/static/css/miscellany.css')
| -rw-r--r-- | src/static/css/miscellany.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index b2647a73..70120a33 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -174,14 +174,6 @@ a.series { font-style: oblique; } - - a:not([href]) { - cursor: default; - } - - a:not([href]):hover { - text-decoration: none; - } } @Layer interaction { @@ -200,6 +192,14 @@ text-decoration: underline; text-decoration-style: solid !important; } + + a:not([href]) { + cursor: default; + } + + a:not([href]):hover { + text-decoration: none; + } } /* Links with symbols */ |