We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1923abb commit 0235fc2Copy full SHA for 0235fc2
src/assets/css/scalar.css
@@ -9,9 +9,9 @@
9
}
10
11
.light-mode {
12
- --scalar-background-1: #fff6eb;
13
- --scalar-background-2: #fff0de;
14
- --scalar-background-3: #ffead1;
+ --scalar-background-1: #faf8f5;
+ --scalar-background-2: #f1ece2;
+ --scalar-background-3: #c7c5c2;
15
16
--scalar-color-1: #2a2f45;
17
--scalar-color-2: #757575;
@@ -42,11 +42,11 @@
42
43
.dark-mode {
44
/* background main div */
45
- --scalar-background-1: #2a2f45;
+ --scalar-background-1: #272931;
46
/* background request and item selected */
47
- --scalar-background-2: #151722;
+ --scalar-background-2: #282828;
48
/* request footer and popup footer */
49
- --scalar-background-3: #27272;
+ --scalar-background-3: #333333;
50
51
/* font color */
52
--scalar-color-1: #fdfcf3;
0 commit comments