projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb369c3
)
only remove background color from active link, not whole background
author
Dan Allen
<dan@opendevise.com>
Thu, 2 Apr 2020 23:31:00 +0000
(17:31 -0600)
committer
Dan Allen
<dan@opendevise.com>
Thu, 2 Apr 2020 23:31:00 +0000
(17:31 -0600)
src/css/base.css
patch
|
blob
|
history
diff --git
a/src/css/base.css
b/src/css/base.css
index
135a8ab
..
21361c4
100644
(file)
--- a/
src/css/base.css
+++ b/
src/css/base.css
@@
-38,7
+38,7
@@
a:hover {
}
a:active {
- background: none;
+ background
-color
: none;
}
code,