Skip to content

Commit ad473ab

Browse files
committed
move css
1 parent f9c2f28 commit ad473ab

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

public/style/default.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
body[data-theme="dark"] {
2+
--bg-color: #211f1f;
3+
--dot-color: #ffffff;
4+
5+
--card-color: #1a1919;
6+
7+
--text-color: #ffffff;
8+
--secondary-color: #bbbbbb;
9+
10+
--spinner-color: #4b8264;
11+
--spinner-color-transparent: transparent;
12+
--line-color: #8f3d3d;
13+
}
14+
15+
body[data-theme="light"] {
16+
--bg-color: #ffffff;
17+
--dot-color: #2a2a2a;
18+
19+
--card-color: #ffffff;
20+
21+
--text-color: #1a1919;
22+
--secondary-color: #555555;
23+
24+
--spinner-color: #5aa47b;
25+
--spinner-color-transparent: transparent;
26+
--line-color: #d9534f;
27+
}
28+
129
* {
230
margin: 0;
331
padding: 0;

0 commit comments

Comments
 (0)