diff options
| author | 2022-01-25 21:42:51 +0100 | |
|---|---|---|
| committer | 2022-01-25 22:06:58 +0100 | |
| commit | f9cd68181137c72e92c6951efd9b8d29c4b73bc1 (patch) | |
| tree | a58451fb140d9c5ea023a45bd393127519a7918f /src/index.scss | |
| parent | 2f27e222add9bf10b55971ab915ac411e81d24f0 (diff) | |
| download | client-f9cd68181137c72e92c6951efd9b8d29c4b73bc1.tar.gz client-f9cd68181137c72e92c6951efd9b8d29c4b73bc1.tar.bz2 client-f9cd68181137c72e92c6951efd9b8d29c4b73bc1.zip | |
Added dark mode
Diffstat (limited to 'src/index.scss')
| -rw-r--r-- | src/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.scss b/src/index.scss index 13d82ca..e8236c1 100644 --- a/src/index.scss +++ b/src/index.scss | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | @import "../node_modules/bootstrap/scss/bootstrap"; | ||
| 2 | @import "../node_modules/bootstrap-icons/font/bootstrap-icons"; | ||
| 3 | @import "../node_modules/bootstrap-darkmode/scss/darktheme"; | ||
| 4 | |||
| 1 | * { | 5 | * { |
| 2 | box-sizing: border-box; | 6 | box-sizing: border-box; |
| 3 | } | 7 | } |
