minor graphic changes to the login screen
This commit is contained in:
@@ -79,9 +79,9 @@
|
||||
--cui-body-font-size: 1rem;
|
||||
--cui-body-font-weight: 400;
|
||||
--cui-body-line-height: 1.5;
|
||||
--cui-body-color: #212529;
|
||||
--cui-body-color: #fbf1c7;
|
||||
--cui-body-color-rgb: 33, 37, 41;
|
||||
--cui-body-bg: #fbf1c7;
|
||||
--cui-body-bg: #282828;
|
||||
--cui-body-bg-rgb: 255, 255, 255;
|
||||
--cui-emphasis-color: #282828;
|
||||
--cui-emphasis-color-rgb: 0, 0, 0;
|
||||
@@ -124,23 +124,25 @@
|
||||
--cui-form-valid-border-color: #198754;
|
||||
--cui-form-invalid-color: #dc3545;
|
||||
--cui-form-invalid-border-color: #dc3545;
|
||||
--cui-input-placeholder-color: #a89984;
|
||||
--cui-input-group-addon-color: #282828;
|
||||
}
|
||||
|
||||
[data-coreui-theme=dark] {
|
||||
color-scheme: dark;
|
||||
--cui-body-color: #212529;
|
||||
--cui-body-color: #fbf1c7;
|
||||
--cui-body-color-rgb: 33, 37, 41;
|
||||
--cui-body-bg: #fbf1c7;
|
||||
--cui-body-bg: #282828;
|
||||
--cui-body-bg-rgb: 255, 255, 255;
|
||||
--cui-emphasis-color: #282828;
|
||||
--cui-emphasis-color-rgb: 0, 0, 0;
|
||||
--cui-secondary-color: rgb(40, 40, 40);
|
||||
--cui-secondary-color-rgb: 33, 37, 41;
|
||||
--cui-secondary-bg: #bdae93;
|
||||
--cui-secondary-bg-rgb: 233, 236, 239;
|
||||
--cui-secondary-bg-rgb: 168, 153, 132;
|
||||
--cui-tertiary-color: rgba(33, 37, 41, 0.5);
|
||||
--cui-tertiary-color-rgb: 33, 37, 41;
|
||||
--cui-tertiary-bg: #d5c4a1;
|
||||
--cui-tertiary-bg: #A89984;
|
||||
--cui-tertiary-bg-rgb: 40, 40, 40;
|
||||
--cui-high-emphasis: rgba(255, 255, 255, 0.87);
|
||||
--cui-medium-emphasis: rgba(255, 255, 255, 0.6);
|
||||
@@ -194,7 +196,7 @@
|
||||
--cui-danger-border-subtle: #d3869b;
|
||||
--cui-light-border-subtle: #ebdbb2;
|
||||
--cui-dark-border-subtle: #928374;
|
||||
--cui-heading-color: inherit;
|
||||
--cui-heading-color: #fbf1c7;
|
||||
--cui-link-color: #458588;
|
||||
--cui-link-hover-color: #83a598;
|
||||
--cui-link-color-rgb: 13, 110, 253;
|
||||
@@ -203,7 +205,7 @@
|
||||
--cui-highlight-color: rgba(255, 255, 255, 0.87);
|
||||
--cui-highlight-bg: #664d03;
|
||||
--cui-border-color: #323a49;
|
||||
--cui-border-color-translucent: rgba(255, 255, 255, 0.1);
|
||||
--cui-border-color-translucent: rgba(213, 196, 161, 2);
|
||||
--cui-form-valid-color: #75b798;
|
||||
--cui-form-valid-border-color: #75b798;
|
||||
--cui-form-invalid-color: #ea868f;
|
||||
@@ -8784,7 +8786,7 @@ textarea.form-control-lg {
|
||||
}
|
||||
|
||||
.sidebar-dark {
|
||||
--cui-body-color: rgba(255, 255, 255, 0.87);
|
||||
--cui-body-color: rgba(40, 40, 40, 0.87);
|
||||
--cui-body-bg: #212631;
|
||||
--cui-emphasis-color: #fff;
|
||||
--cui-secondary-color: rgba(255, 255, 255, 0.6);
|
||||
|
||||
Reference in New Issue
Block a user