summaryrefslogtreecommitdiffstats
path: root/src/css/toolbar.css
diff options
context:
space:
mode:
authorDan Allen <dan@opendevise.com>2018-02-07 20:41:17 -0700
committerDan Allen <dan@opendevise.com>2018-02-08 16:10:04 -0700
commit9853af583cf7e6514e68c22fdc2a1a230e9c140a (patch)
treec776e41781f8ac258591273ce5b301de1922fed2 /src/css/toolbar.css
parentfb4c1919036f19967e1572d1a0352bda7e9a6fe4 (diff)
downloadalpine-antora-theme-9853af583cf7e6514e68c22fdc2a1a230e9c140a.tar.bz2
alpine-antora-theme-9853af583cf7e6514e68c22fdc2a1a230e9c140a.tar.xz
consolidate link styles
- set text decoration on link globally - only override text decoration on link where necessary
Diffstat (limited to 'src/css/toolbar.css')
-rw-r--r--src/css/toolbar.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/css/toolbar.css b/src/css/toolbar.css
index 411e4e2..4fd3db2 100644
--- a/src/css/toolbar.css
+++ b/src/css/toolbar.css
@@ -16,20 +16,11 @@
z-index: 1;
}
-.toolbar a {
- text-decoration: none;
-}
-
.toolbar a,
-.toolbar a:hover,
.toolbar a:visited {
color: inherit;
}
-.toolbar a:hover {
- text-decoration: underline;
-}
-
.navigation-toggle {
background: url(../img/menu.svg) no-repeat 50% 47.5%;
background-size: 49%;