fix(style): global theme settings in login
This commit is contained in:
@@ -74,6 +74,7 @@ html {
|
||||
--color-fill-spin-bg: rgba(255, 255, 255, 60%);
|
||||
--width-tooltip-max: 300px;
|
||||
--color-bg-tooltip: '#fff';
|
||||
--color-modal-content-bg: rgba(255, 255, 255, 90%);
|
||||
// ======== input ============
|
||||
--box-shadow-base: 0 4px 6px rgba(227, 232, 240, 70%);
|
||||
--ant-border-radius-lg: 4px;
|
||||
@@ -93,6 +94,7 @@ html[data-theme='realDark'] {
|
||||
--color-bg-tooltip: #424242;
|
||||
--color-editor-header-bg: #292929;
|
||||
--color-progress-text: rgba(255, 255, 255, 80%);
|
||||
--color-modal-content-bg: #1f1f1f;
|
||||
|
||||
background: #141414;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user