chiark
/
gitweb
/
~bjharris
/
bedstead-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013f0fa
)
Web site colours: swap :link and :visited.
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 2 Feb 2019 19:39:39 +0000
(19:39 +0000)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 2 Feb 2019 19:39:39 +0000
(19:39 +0000)
It's conventional for :visited to be the darker shade.
bedstead.css
patch
|
blob
|
history
diff --git
a/bedstead.css
b/bedstead.css
index aa856b794111c94087712552bce2ef62bc24d29c..deb3de875fa3bc5af3f35a83b1bac94c0d29caa7 100644
(file)
--- a/
bedstead.css
+++ b/
bedstead.css
@@
-45,8
+45,8
@@
body {
}
:link {
- color: #
22aa5b
;
+ color: #
38bf66
;
}
:visited {
- color: #
38bf66
;
+ color: #
22aa5b
;
}