Dark theme fixes
Fixes a few issues regarding login pages and older browsers.
This commit is contained in:
parent
68c3ee6190
commit
3f24d06d2f
|
|
@ -52,18 +52,22 @@ body {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.loggedout body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.loggedout {
|
||||
background-image: url('../img/animateddark.png');
|
||||
background-color: rgb(1, 17, 48);
|
||||
}
|
||||
|
||||
.content {
|
||||
color: rgb(167 167 167);
|
||||
color: rgb(167, 167, 167);
|
||||
background: rgb(25, 25, 25);
|
||||
}
|
||||
|
||||
.content_signup {
|
||||
color: rgb(167 167 167);
|
||||
color: rgb(167, 167, 167);
|
||||
background: rgb(25, 25, 25);
|
||||
}
|
||||
|
||||
|
|
@ -122,7 +126,6 @@ input {
|
|||
color: rgb(200,200,200);
|
||||
}
|
||||
|
||||
|
||||
.tab_selected {
|
||||
background: linear-gradient(180deg, #00a2ff 0%, #01639c 100%)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue