forked from leftypol/leftypol
Fix /recent stylesheet
This commit is contained in:
parent
befd0a1dc6
commit
66f20f462d
3 changed files with 34 additions and 41 deletions
|
@ -9,13 +9,15 @@ header div.subtitle, h1 {
|
|||
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
color: #CCCCCC;
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
transition: text-shadow 0.15s ease 0s color 0.15s ease 0s;
|
||||
}
|
||||
a:link:hover, a:visited:hover {
|
||||
color: #FF0000;
|
||||
color: #32DD72;
|
||||
font-family: sans-serif;
|
||||
text-decoration: underline overline;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #FFF;
|
||||
}
|
||||
|
||||
.box-wrap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue