Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #213 from Blue-eh/patch-1

Fixed background color for .profile-content in night mode
Cette révision appartient à :
akuma06 2017-05-09 18:54:12 +02:00 révisé par GitHub
révision c645db8025

Voir le fichier

@ -66,6 +66,12 @@ a {
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
background: #263238;
}
/* Profile Content */
.profile-content {
background: #29363d;
}
/* Night mode switcher */
#mainmenu a.nightswitch {
background-image: url(/img/moon.png);