Merge pull request #508 from guy9000/master

Another Yotsuba CSS Fix
This commit is contained in:
Fredrick Brennan 2015-06-11 17:17:36 +08:00
commit 85b4da793c

View File

@ -2,9 +2,12 @@ body {
background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%; background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
color: #800000; color: #800000;
} }
a:link, a:visited, .intro a.email span.name { a:link, a:visited, .intro span.name {
color: #800; color: #800;
} }
a.email {
color: #00f;
}
a:link:hover { a:link:hover {
color: #e00; color: #e00;
} }