diff options
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index e102fbb4..bcced69a 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -1,3 +1,11 @@ +:root {
+ --tl-background-color: #f8f9fa;
+}
+
+body {
+ background: var(--tl-background-color);
+}
+
.tl-color-primary {
color: var(--tl-primary-color);
}
|