summaryrefslogtreecommitdiffstats
path: root/assets/css/darktheme.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/darktheme.css')
-rw-r--r--assets/css/darktheme.css43
1 files changed, 0 insertions, 43 deletions
diff --git a/assets/css/darktheme.css b/assets/css/darktheme.css
deleted file mode 100644
index 45a267cd..00000000
--- a/assets/css/darktheme.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/*
- * Dark theme
- * Same as (prefers-color-scheme: dark) in default.css
- */
-
-.dark-theme a:hover,
-.dark-theme a:active {
- color: rgb(0, 182, 240);
-}
-
-.dark-theme a {
- color: #a0a0a0;
- text-decoration: none;
-}
-
-body.dark-theme {
- background-color: rgba(35, 35, 35, 1);
- color: #f0f0f0;
-}
-
-.dark-theme .pure-form legend {
- color: #f0f0f0;
-}
-
-.dark-theme .pure-menu-heading {
- color: #f0f0f0;
-}
-
-.dark-theme input,
-.dark-theme select,
-.dark-theme textarea {
- color: rgba(35, 35, 35, 1);
-}
-
-.dark-theme .pure-form input[type="file"] {
- color: #f0f0f0;
-}
-
-.dark-theme .navbar > .searchbar input {
- background-color: inherit;
- color: inherit;
-}
-