Issue #1189 : Dark mode fix and clean code

This commit is contained in:
Zacharie
2020-05-26 16:05:01 +02:00
committed by plegall
parent b32daddafe
commit d3df6cd731
4 changed files with 53 additions and 42 deletions
+11
View File
@@ -221,6 +221,17 @@ a.stat-box:hover {
color:#aeaeae;
}
.stat-data-selector label {
color: #777;
padding: 10px;
background-color: #333;
transition: 0.2s ease;
}
.stat-data-selector label:hover {
background-color: #555
}
/* hacks */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; }