Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/v3/darkmode.css')
-rw-r--r--static/css/v3/darkmode.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/static/css/v3/darkmode.css b/static/css/v3/darkmode.css
deleted file mode 100644
index 2368c50..0000000
--- a/static/css/v3/darkmode.css
+++ /dev/null
@@ -1,15 +0,0 @@
-.darkmode {
- background-color: #18191a;
-}
-
-.darkmode-text-dark {
- color: #e4e6eb !important;
-}
-
-.darkmode-text-muted {
- color: #b0b3b8 !important;
-}
-
-.darkmode-dropdown-menu {
- background-color: #212121 !important;
-}