Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

fix dark-on-dark (#321)

* norsk

heia norge

* fix dark-on-dark
Cette révision appartient à :
top-ed 2017-05-11 00:40:56 +02:00 révisé par Austin
Parent f312eb5e2d
révision 855185eecc

Voir le fichier

@ -130,3 +130,17 @@ a:hover {
max-width: 100%;
height: auto;
}
/* fix dark-on-dark */
.captcha-container img {
background: #fff;
border-radius: .4em .4em 0 0;
border-bottom: .5em solid #fff;
margin-bottom: -.5em;
}
.modal-content {
background: #29363d;
}
.modal-content .close {
color: #fff;
}