mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-26 00:10:55 +01:00
small CSS bug
This commit is contained in:
parent
c1c7adb0e9
commit
7efe78ed75
@ -14,7 +14,7 @@ a, a:visited {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: #34345C;
|
color: #34345C;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover, p.intro a.post_no:hover {
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
}
|
}
|
||||||
a.post_no {
|
a.post_no {
|
||||||
@ -22,8 +22,8 @@ a.post_no {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
a.post_no:not(:hover) {
|
p.intro a.post_no {
|
||||||
color: black;
|
color: inherit;
|
||||||
}
|
}
|
||||||
p.intro a.post_no, p.intro a.email {
|
p.intro a.post_no, p.intro a.email {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user