projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42622c9
)
don't turn clicked links white
author
Andrew Engelbrecht
<andrew@fsf.org>
Thu, 22 Feb 2018 16:12:37 +0000
(11:12 -0500)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Thu, 22 Feb 2018 16:12:37 +0000
(11:12 -0500)
2018/assets/css/custom.css
patch
|
blob
|
blame
|
history
diff --git
a/2018/assets/css/custom.css
b/2018/assets/css/custom.css
index 0923442bf3d4bb4e08ed9631d95f065a08034f12..effca5cb5a1f949bb6332cd7c5a03eed1e76ab48 100644
(file)
--- a/
2018/assets/css/custom.css
+++ b/
2018/assets/css/custom.css
@@
-158,6
+158,11
@@
a:focus {
text-decoration: none;
}
+a:active {
+ color: rgb(38, 208, 61);
+ text-decoration: none;
+}
+
a {
color: inherit;
border-bottom: thin solid rgba(88, 208, 121, 0.8);