mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: dark theme: add (#332)
This commit is contained in:
parent
35622082a9
commit
6bc4f3ec26
23 changed files with 186 additions and 51 deletions
|
|
@ -1,5 +1,3 @@
|
|||
/* @import url(./themes/dark.css); */
|
||||
@import url(./themes/light.css);
|
||||
@import url(./urls.css);
|
||||
@import url(./reset.css);
|
||||
@import url(./style.css);
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ code {
|
|||
-ms-user-select: initial;
|
||||
-o-user-select: initial;
|
||||
user-select: text;
|
||||
color: var(--column-color);
|
||||
}
|
||||
|
||||
.panel,
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
:root {
|
||||
--text-color: rgb(49 123 249);
|
||||
--border-color: rgb(49 123 249 / 40%);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue