We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f7ea1 commit f44be87Copy full SHA for f44be87
src/App.css
@@ -106,6 +106,11 @@
106
--bg-table: var(--background-700);
107
--header-table: var(--primary-300);
108
109
+ /* Note */
110
+ --bg-note: #f8f4d3;
111
+ --border-note: #d4c896;
112
+ --shadow-note: #9a8550;
113
+
114
/* Input */
115
--bg-input: var(--background-500);
116
--bg-input-disabled: var(--background-600);
@@ -165,6 +170,11 @@ body {
165
170
--bg-table: #f6f7f9;
166
171
167
172
173
174
175
176
177
168
178
/* Toolbar */
169
179
--bg-toolbar: #f0f2f5;
180
--border-toolbar: 1.5px solid var(--primary-200);
0 commit comments