We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e2f9c commit 9a04a66Copy full SHA for 9a04a66
css/common.css
@@ -1,5 +1,9 @@
1
@import url('root.css');
2
3
+html,body {
4
+ background-color: var(--color-base);
5
+}
6
+
7
body {
8
display: flex;
9
flex-direction: column;
0 commit comments