make /h/countryclub name be a rotating rainbow
parent
e07a2af95f
commit
bdbe4d8438
|
@ -3384,10 +3384,11 @@ a.text-info:hover, a.text-info:focus {
|
|||
a.text-warning:hover, a.text-warning:focus {
|
||||
color: #ba8b00 !important;
|
||||
}
|
||||
.text-danger, :not(td) > a[href="/h/chudrama"], :not(td) > a[href="/h/countryclub"] {
|
||||
.text-danger, :not(td) > a[href="/h/chudrama"] {
|
||||
font-weight: bold;
|
||||
color: #dc3545 !important;
|
||||
}
|
||||
a.text-danger:hover, a.text-danger:focus, :not(td) > a[href="/h/chudrama"]:focus, :not(td) > a[href="/h/countryclub"]:focus {
|
||||
a.text-danger:hover, a.text-danger:focus, :not(td) > a[href="/h/chudrama"]:focus {
|
||||
color: #a71d2a !important;
|
||||
}
|
||||
.text-muted {
|
||||
|
@ -7235,3 +7236,7 @@ button, .btn {
|
|||
font-size: 1rem;
|
||||
color: var(--white) !important;
|
||||
}
|
||||
|
||||
:not(td) > a[href="/h/countryclub"] {
|
||||
animation: rb 8s linear infinite;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue