mirror of
https://github.com/georgeazma/Transient.git
synced 2026-07-22 03:30:26 +00:00
19 lines
No EOL
447 B
CSS
19 lines
No EOL
447 B
CSS
.theme-dark {
|
|
--color-base-00: #0c0c11ee;
|
|
--color-base-30: #191926;
|
|
--color-base-40: #151520;
|
|
--background-primary: transparent;
|
|
--background-secondary: transparent;
|
|
--code-background: #22223333;
|
|
--modal-background: var(--color-base-00);
|
|
}
|
|
|
|
.suggestion-container.mod-search-suggestion,
|
|
.menu,
|
|
.prompt {
|
|
background-color: var(--color-base-00);
|
|
}
|
|
|
|
input[type=checkbox]:checked:after {
|
|
background-color: #000000;
|
|
} |