projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d2f44
)
remove redundant property assignment in toolbar CSS
author
Dan Allen
<dan@opendevise.com>
Tue, 23 Jul 2019 05:49:00 +0000
(23:49 -0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 23 Jul 2019 05:49:00 +0000
(23:49 -0600)
src/css/toolbar.css
patch
|
blob
|
history
diff --git
a/src/css/toolbar.css
b/src/css/toolbar.css
index
3d44448
..
76da9e0
100644
(file)
--- a/
src/css/toolbar.css
+++ b/
src/css/toolbar.css
@@
-12,8
+12,7
@@
z-index: var(--z-index-toolbar);
}
-.toolbar a,
-.toolbar a:visited {
+.toolbar a {
color: inherit;
}