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:
19fc920
)
style links in footer
author
Dan Allen
<dan@opendevise.com>
Thu, 8 Feb 2018 03:31:49 +0000
(20:31 -0700)
committer
Dan Allen
<dan@opendevise.com>
Thu, 8 Feb 2018 23:10:04 +0000
(16:10 -0700)
- color #5d5d5d
- text decoration underline only on hover
src/css/footer.css
patch
|
blob
|
history
diff --git
a/src/css/footer.css
b/src/css/footer.css
index
5e12675
..
7dd2bad
100644
(file)
--- a/
src/css/footer.css
+++ b/
src/css/footer.css
@@
-8,3
+8,12
@@
footer.footer {
.footer p {
margin: 0.5rem 0;
}
+
+.footer a {
+ color: #5d5d5d;
+ text-decoration: none;
+}
+
+.footer a:hover {
+ text-decoration: underline;
+}