aboutsummaryrefslogtreecommitdiff
path: root/dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'dark.css')
-rw-r--r--dark.css121
1 files changed, 0 insertions, 121 deletions
diff --git a/dark.css b/dark.css
deleted file mode 100644
index 653e4b8..0000000
--- a/dark.css
+++ /dev/null
@@ -1,121 +0,0 @@
-/*
- * MIT License
- *
- * Copyright (c) 2022- Minteck
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in all
- * copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- * SOFTWARE.
- *
- */
-
-@media (prefers-color-scheme: dark) {
-
- html, body {
- background: black !important;
- color: white !important;
- }
-
- #statusbar, #tabs {
- background: #222 !important;
- color: white !important;
- }
-
- .tab:not(.tab-active) img {
- filter: invert(1) !important;
- }
-
- .loader {
- background: rgba(10, 10, 10, .75) !important;
- }
-
- .loader img {
- filter: invert(1) !important;
- }
-
- #tabs .tab.tab-active {
- border-bottom-color: white !important;
- }
-
- .list-group-item {
- background-color: #151515 !important;
- }
-
- .btn-light {
- background: transparent !important;
- color: white !important;
- }
-
- .dropdown-menu {
- filter: invert(1) !important;
- }
-
- #panes {
- background: black !important;
- }
-
- .list-group-item-action {
- color: white !important;
- }
-
- .modal-content {
- background-color: #151515 !important;
- }
-
- .modal-header button.close {
- filter: invert(1) !important;
- }
-
- .modal-header {
- border-bottom: 1px solid #222 !important;
- }
-
- .modal-footer {
- border-top: 1px solid #222 !important;
- }
-
- #radio-bar {
- background-color: whitesmoke !important;
- color: black !important;
- filter: invert(1) !important;
- }
-
- #radio-bar .badge {
- filter: invert(1) !important;
- }
-
- .window-btn {
- border-color: #333 !important;
- }
-
- .window-btn img {
- filter: invert(1);
- }
-
- .window-btn:hover {
- background: rgba(0, 0, 0, .25);
- }
-
- .window-btn:active {
- background: rgba(0, 0, 0, .5);
- }
-
- hr {
- border-top: 1px solid rgba(255, 255, 255, .1) !important;
- }
-
-} \ No newline at end of file