mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-02-08 09:56:43 +01:00
fix: add yet more missing tag CSS
This commit is contained in:
parent
c071e1ade3
commit
19f4517658
1 changed files with 8 additions and 8 deletions
|
@ -879,40 +879,40 @@ a.submit2.cancel:active {
|
||||||
.ftag.sci:hover {
|
.ftag.sci:hover {
|
||||||
background-color: #559;
|
background-color: #559;
|
||||||
}
|
}
|
||||||
.ftag.pro {
|
.ftag.profanity {
|
||||||
background-color: #c62;
|
background-color: #c62;
|
||||||
box-shadow: 0 1px 0 #e84 inset;
|
box-shadow: 0 1px 0 #e84 inset;
|
||||||
text-shadow: 0 0 3px #a40;
|
text-shadow: 0 0 3px #a40;
|
||||||
border: 1px solid #a40;
|
border: 1px solid #a40;
|
||||||
}
|
}
|
||||||
.ftag.pro:hover {
|
.ftag.profanity:hover {
|
||||||
background-color: #b51;
|
background-color: #b51;
|
||||||
}
|
}
|
||||||
.ftag.vil {
|
.ftag.violence {
|
||||||
background-color: #d33;
|
background-color: #d33;
|
||||||
box-shadow: 0 1px 0 #f55 inset;
|
box-shadow: 0 1px 0 #f55 inset;
|
||||||
text-shadow: 0 0 3px #b11;
|
text-shadow: 0 0 3px #b11;
|
||||||
border: 1px solid #b11;
|
border: 1px solid #b11;
|
||||||
}
|
}
|
||||||
.ftag.vil:hover {
|
.ftag.violence:hover {
|
||||||
background-color: #c22;
|
background-color: #c22;
|
||||||
}
|
}
|
||||||
.ftag.dth {
|
.ftag.death {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
box-shadow: 0 1px 0 #555 inset;
|
box-shadow: 0 1px 0 #555 inset;
|
||||||
text-shadow: 0 0 3px #111;
|
text-shadow: 0 0 3px #111;
|
||||||
border: 1px solid #111;
|
border: 1px solid #111;
|
||||||
}
|
}
|
||||||
.ftag.dth:hover {
|
.ftag.death:hover {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
.ftag.hrm {
|
.ftag.self-harm {
|
||||||
background-color: #c22;
|
background-color: #c22;
|
||||||
box-shadow: 0 1px 0 #e44 inset;
|
box-shadow: 0 1px 0 #e44 inset;
|
||||||
text-shadow: 0 0 3px #a00;
|
text-shadow: 0 0 3px #a00;
|
||||||
border: 1px solid #a00;
|
border: 1px solid #a00;
|
||||||
}
|
}
|
||||||
.ftag.hrm:hover {
|
.ftag.self-harm:hover {
|
||||||
background-color: #b11;
|
background-color: #b11;
|
||||||
}
|
}
|
||||||
.character {
|
.character {
|
||||||
|
|
Loading…
Reference in a new issue