diff options
author | crupest <crupest@outlook.com> | 2021-06-26 00:00:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-26 00:00:54 +0800 |
commit | fa540c046d126449f77e46edd379bbc84e02d05d (patch) | |
tree | 1245f3fb8e9f505809da75a6ffbd2a62b06ebaed /FrontEnd/src/index.css | |
parent | 8ee00da87e2fbfefeefecb01c68a2d297bdfb34b (diff) | |
download | timeline-fa540c046d126449f77e46edd379bbc84e02d05d.tar.gz timeline-fa540c046d126449f77e46edd379bbc84e02d05d.tar.bz2 timeline-fa540c046d126449f77e46edd379bbc84e02d05d.zip |
...
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index 9b9956a9..3ca9f10c 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -1,3 +1,5 @@ +@import url("./bootstrap-grid.css");
+
:root {
--tl-background-color: #f8f9fa;
|