fix the link colors

This commit is contained in:
hankhill19580
2019-07-30 01:03:57 +00:00
parent a4f50856d7
commit 02d99b1d44

View File

@@ -7,6 +7,7 @@
--i2plightblue: #9dabd5;
--i2pdarkblue: #2d4470;
--i2plightgreen: #709fa6;
--i2pmossy: #60ab60;
--i2pctablue: #00ffff;
--i2pgrey: #333333;
--i2pbggrey: #9e9e9e;
@@ -25,7 +26,7 @@ a {
}
a:hover {
color: var(--i2pctablue);
color: var(--i2pmossy);
}
dl p.first {