fix(style): dark css vars
This commit is contained in:
@@ -38,6 +38,7 @@ html {
|
||||
--font-weight-normal: 400;
|
||||
--font-weight-medium: 600;
|
||||
--font-weight-bold: 700;
|
||||
--color-progress-text: rgba(255, 255, 255, 100%);
|
||||
--color-white-primary: rgba(255, 255, 255, 100%);
|
||||
--color-white-secondary: rgba(255, 255, 255, 90%);
|
||||
--color-white-tertiary: rgba(255, 255, 255, 70%);
|
||||
@@ -91,6 +92,7 @@ html[data-theme='realDark'] {
|
||||
--color-fill-spin-bg: rgba(55, 55, 55, 50%);
|
||||
--color-bg-tooltip: #424242;
|
||||
--color-editor-header-bg: #292929;
|
||||
--color-progress-text: rgba(255, 255, 255, 80%);
|
||||
|
||||
background: #141414;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user