aboutsummaryrefslogtreecommitdiffstats
path: root/docs/qmk_custom_dark.css
diff options
context:
space:
mode:
authorNick Brassel2024-05-30 04:00:41 +0200
committerGitHub2024-05-30 04:00:41 +0200
commit6ef97172889ccd5db376b2a9f8825489e24fdac4 (patch)
tree334e3bf41c8554d4bee73a140822f95f60eb64e9 /docs/qmk_custom_dark.css
parent395766657ff98a4b1fd0dcba5917557f8acbb9e4 (diff)
Vitepress conversion of docs. (#23795)
Diffstat (limited to 'docs/qmk_custom_dark.css')
-rw-r--r--docs/qmk_custom_dark.css45
1 files changed, 0 insertions, 45 deletions
diff --git a/docs/qmk_custom_dark.css b/docs/qmk_custom_dark.css
deleted file mode 100644
index ffa5539922..0000000000
--- a/docs/qmk_custom_dark.css
+++ /dev/null
@@ -1,45 +0,0 @@
-.sidebar li.active {
- background-color: #555;
-}
-
-.markdown-section tr:nth-child(2n) {
- background-color:#444;
-}
-
-.markdown-section p.tip {
- background-color:#555;
- color:#FFF;
-}
-
-.markdown-section tr {
- border-top: 1px solid #555;
-}
-
-.markdown-section td, .markdown-section th {
- border: 1px solid #555;
-}
-
-.markdown-section p.tip code {
- background-color: #333;
- color: #fff;
-}
-
-.page_toc code {
- background-color: #555;
-}
-
-.markdown-section hr, .search {
- border-bottom: 1px solid #777 !important;
-}
-
-.markdown-section p.warn > strong {
- color: #c8c8c8;
-}
-
-:root {
- --docsifytabs-border-color: #555;
- --docsifytabs-tab-highlight-color: var(--theme-color,#ea6f5a);
-
- --docsifytabs-tab-background: #444;
- --docsifytabs-tab-background-active: #3f3f3f;
-}