theme cleanup part 2

This commit is contained in:
Omsi 2019-09-04 13:52:36 -07:00
parent 40ba09442f
commit ef7e83e2f1
6 changed files with 30 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -864,6 +864,11 @@ body.t-dark {
color: black;
}
.t-s6 .l-autobuyer-grid select {
border: 0.1rem solid white;
color: white;
}
.o-autobuyer-btn {
border: 0.1rem solid var(--color-accent-1);
}

View File

@ -110,3 +110,7 @@
.t-s6 .c-news-line {
color: #e0e0e0;
}
.t-s2 .c-news-line {
color: white;
}

View File

@ -2678,14 +2678,18 @@ screen and (max-width: 480px) {
color: #888888;
}
.t-s6 .c-stats-tab {
color: #e0e0e0;
}
.t-dark-metro .c-stats-tab {
color: #757575;
}
.t-s2 .c-stats-tab {
color: white;
}
.t-s6 .c-stats-tab {
color: #e0e0e0;
}
/*#endregion c-stats-tab*/
/*#region Challenge Records*/
@ -3095,6 +3099,14 @@ screen and (max-width: 480px) {
/*#endregion t-s1*/
/*#region t-s2*/
.t-s2 .c-challenge-box--normal {
color: white;
}
/*#endregion t-s2*/
/*#region t-s6*/
.t-s6 .c-challenge-box--normal,
@ -3655,13 +3667,13 @@ screen and (max-width: 480px) {
background-color: #c5ba26;
}
.t-s6 .o-infinity-upgrade-btn--unavailable:hover {
.t-s6 .o-infinity-upgrade-btn--unavailable {
color: grey;
background-color: black;
border-color: grey;
}
.t-s6 .o-infinity-upgrade-btn--unavailable:hover:hover {
.t-s6 .o-infinity-upgrade-btn--unavailable:hover {
background-color: #222;
}

View File

@ -5,10 +5,11 @@ html {
background-position-y: 50%;
background-size: 50%;
background-color: white;
color: black !important;
}
body {
color: white;
text-shadow: 1px 1px 1px black, -1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black;
background: none !important;
filter: sepia(100%) hue-rotate(180deg) saturate(250%);
}

View File

@ -1,5 +1,5 @@
* {
font-family: "Arial" !important;
font-family: "Arial";
transition-duration: 0s !important;
border-width: 1px !important;
border-radius: 0px !important;