mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix yellow tag visited color
This commit is contained in:
parent
0fed9320f8
commit
0cb39bcf55
1 changed files with 2 additions and 2 deletions
|
@ -498,11 +498,11 @@
|
||||||
margin-top: .2em;
|
margin-top: .2em;
|
||||||
margin-bottom: -.2em;
|
margin-bottom: -.2em;
|
||||||
}
|
}
|
||||||
a.tag {
|
a.tag, a.tag:visited {
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background: #FFFFCC;
|
background: #FFFFCC;
|
||||||
color: #C1A009;
|
color: #C1A009!important;
|
||||||
float: left;
|
float: left;
|
||||||
padding: 1px 5px;
|
padding: 1px 5px;
|
||||||
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
|
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue