Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

Different colors when alternating colors is enabled for sukebei's g.css (#1454)

Cette révision appartient à :
kilo 2017-08-31 04:27:13 +02:00 révisé par ewhal
Parent db19afb852
révision 86254a66a4
1 fichiers modifiés avec 4 ajouts et 1 suppressions

Voir le fichier

@ -190,9 +190,12 @@ td.tr-le, .error-text {
color: #7A5C94;
}
.sukebei tr:nth-child(2n+1) {
.sukebei tr:nth-child(odd) {
background: hsla(330, 100%, 91%, 0.2);
}
.sukebei .alt-colors tr:nth-child(odd) {
background: hsla(324, 60%, 85%, 0.2);
}
.sukebei .header .h-user button:focus {
background-color: rgba(150, 100, 255, 0.16);