mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2026-02-19 17:01:20 +01:00
42 lines
591 B
Plaintext
42 lines
591 B
Plaintext
.feather-icon-container svg,
|
|
span.input-group-addon,
|
|
span.form-input,
|
|
input,
|
|
select,
|
|
span.text-dark,
|
|
label.text-dark,
|
|
label.hide-low,
|
|
section,
|
|
button,
|
|
.navbar,
|
|
.modal-container,
|
|
body,
|
|
.empty,
|
|
html{
|
|
background-color:rgb(200, 200, 233)!important;
|
|
color:white!important;
|
|
|
|
}
|
|
|
|
a svg.esp3dlogo{
|
|
color:#c0c0c0!important;
|
|
}
|
|
|
|
.form-switch input:checked + .form-icon {
|
|
background-color:white!important;
|
|
}
|
|
|
|
a.active svg,
|
|
a.active label.hide-low{
|
|
color:blue!important;
|
|
}
|
|
|
|
.navbar{
|
|
border-bottom:white solid 0.5px;
|
|
}
|
|
|
|
span.navbar-section{
|
|
background-color:#0e0e6d!important;
|
|
color:white!important;
|
|
}
|