Skip to content

Commit af5b22f

Browse files
committed
added css variables
1 parent 1a6d0f6 commit af5b22f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/assets/base.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* color palette from <https://github.com/vuejs/theme> */
22
:root {
3+
--color-background: #212121;
4+
--color-text: #ffffff;
35
}
46

57
*,
@@ -15,9 +17,6 @@ body {
1517
min-height: 100svh;
1618
color: var(--color-text);
1719
background: var(--color-background);
18-
transition:
19-
color 0.5s,
20-
background-color 0.5s;
2120
line-height: 1.6;
2221
font-family:
2322
Inter,

0 commit comments

Comments
 (0)