forked from GithubBackups/vichan
Corrected email field link styling in Yotsuba CSS
This commit is contained in:
parent
107b23976d
commit
01d1a8606a
@ -2,9 +2,12 @@ body {
|
||||
background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
|
||||
color: #800000;
|
||||
}
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
a:link, a:visited, .intro span.name {
|
||||
color: #800;
|
||||
}
|
||||
a.email {
|
||||
color: #00f;
|
||||
}
|
||||
a:link:hover {
|
||||
color: #e00;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user