Browse Source

Deploying to gh-pages from @ qmk/qmk_firmware@e3c6467ab9cb78ab0a3f6f5c157ebc7a3c9aecdd 🚀

gh-pages
drashna 7 months ago
parent
commit
83345d4952
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      qmk_custom_dark.css

+ 7
- 3
qmk_custom_dark.css View File

@ -2,9 +2,13 @@
background-color: #555;
}
.markdown-section p.tip,
.markdown-section tr:nth-child(2n) {
background-color:#444;
background-color:#444;
}
.markdown-section p.tip {
background-color:#555;
color:#FFF;
}
.markdown-section tr {
@ -16,7 +20,7 @@
}
.markdown-section p.tip code {
background-color: #555;
background-color: #333;
color: #fff;
}


Loading…
Cancel
Save