1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00

Updated colors

This commit is contained in:
Eldad Fux 2020-02-17 13:02:09 +02:00
parent 5cf6b3018c
commit 02bb566a8f
4 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -59,6 +59,7 @@
--config-modal-note-background: #f5fbff;
--config-modal-note-border: #eaf2f7;
--config-modal-note-color: #3b5d73;
--config-switch-background: #e2e2e2;
// Console
--config-console-background: #eceff1;
@ -77,7 +78,7 @@
--config-color-tooltip-text: #061F2F;
--config-color-tooltip-background: #dce8f5;
--config-color-link: rgb(76, 174, 219);
--config-color-placeholder: #1F253F;
--config-color-placeholder: #9ea1af;
--config-color-focus: rgb(199, 216, 235);
--config-color-focus-fade: #1e233e;
--config-color-focus-hover: #d3deea;
@ -122,6 +123,7 @@
--config-modal-note-background: #15192b;
--config-modal-note-border: #161b31;
--config-modal-note-color: var(--config-color-normal);
--config-switch-background: var(--config-color-normal);
// Console
--config-console-background: #20263f;

View file

@ -1155,7 +1155,7 @@ ol {
}
.switch-theme {
background: var(--config-color-fade-light);
background: var(--config-switch-background);
border-radius: 19px;
height: 32px;
width: 44px;