Skip to content

Commit f44be87

Browse files
style(App.css): add new CSS variables for note background, border and shadow
1 parent 58f7ea1 commit f44be87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/App.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@
106106
--bg-table: var(--background-700);
107107
--header-table: var(--primary-300);
108108

109+
/* Note */
110+
--bg-note: #f8f4d3;
111+
--border-note: #d4c896;
112+
--shadow-note: #9a8550;
113+
109114
/* Input */
110115
--bg-input: var(--background-500);
111116
--bg-input-disabled: var(--background-600);
@@ -165,6 +170,11 @@ body {
165170
--bg-table: #f6f7f9;
166171
--header-table: var(--primary-300);
167172

173+
/* Note */
174+
--bg-note: #f8f4d3;
175+
--border-note: #d4c896;
176+
--shadow-note: #9a8550;
177+
168178
/* Toolbar */
169179
--bg-toolbar: #f0f2f5;
170180
--border-toolbar: 1.5px solid var(--primary-200);

0 commit comments

Comments
 (0)