mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-31 12:54:33 +01:00
Make the dark theme darker
This commit is contained in:
parent
e976a5ddc7
commit
b5e021fc49
|
|
@ -1,11 +1,11 @@
|
|||
:root {
|
||||
--darker-gray: #202123;
|
||||
--dark-gray: #2A2B32;
|
||||
--light-gray: #373943;
|
||||
--darker-gray: #1C1C1D;
|
||||
--dark-gray: #212125;
|
||||
--light-gray: #2C2E34;
|
||||
--light-theme-gray: #f9fbff;
|
||||
--border-color-dark: #525252;
|
||||
--header-width: 112px;
|
||||
--selected-item-color-dark: #2E2F38;
|
||||
--selected-item-color-dark: #282930;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
|
|||
Loading…
Reference in a new issue