cloudcmd/css/themes/dark.css
2024-03-29 10:32:22 +02:00

49 lines
1 KiB
CSS

:root {
--link-color: #317bf9;
--border-color: rgb(49 123 249 / 40%);
--background: #22272e;
--column-color: #727e8c;
--icon-color: #478be6;
--button-background: #22272e;
--internal-background: #373e47;
}
.view {
background: var(--internal-background) !important;
color: var(--column-color) !important;
}
.view a {
color: var(--link-color) !important;
}
.smalltalk .page,
.smalltalk header,
.smalltalk .button-strip button,
.smalltalk input {
background: var(--internal-background) !important;
color: var(--link-color) !important;
text-shadow: none !important;
}
.cloudcmd-user-menu,
.cloudcmd-user-menu-button {
background: var(--internal-background) !important;
color: var(--link-color) !important;
}
.jqconsole {
background: #373e47 !important;
}
.jqconsole-prompt {
color: var(--column-color) !important;
}
.log-msg {
color: var(--column-color) !important;
}
.menu {
color: var(--link-color) !important;
background: var(--internal-background) !important;
}