1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-06 14:44:24 +01:00

gentoochan.css fix

Minor readability fix with quote shadows.
This commit is contained in:
JosephGoldbergStein 2013-08-11 22:45:29 +03:00
parent cd9e63711d
commit 957da48a4a

View File

@ -10,7 +10,7 @@ a:link, a:visited, p.intro a.email span.name {
} }
a:link:hover { a:link:hover {
-moz-transition: all ease-in 0.5s; -moz-transition: all ease-in 0.5s;
text-shadow: 0px 0px 2px #000; text-shadow: 0px 0px 2px #CF6464;
} }
a.post_no { a.post_no {
color: #fff; color: #fff;