diff options
author | crupest <crupest@outlook.com> | 2021-06-15 21:19:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 21:19:02 +0800 |
commit | 1552c0086c396aa89e0ad965a6cbd6c3ea70cac4 (patch) | |
tree | 2347d15102711f8dc917dfd6e1888fc1527c5c64 /FrontEnd/src/index.css | |
parent | c442bec1342a16ddfdb8e103f9b238e4581639e2 (diff) | |
download | timeline-1552c0086c396aa89e0ad965a6cbd6c3ea70cac4.tar.gz timeline-1552c0086c396aa89e0ad965a6cbd6c3ea70cac4.tar.bz2 timeline-1552c0086c396aa89e0ad965a6cbd6c3ea70cac4.zip |
...
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);
}
|