diff options
author | skullY <skullydazed@gmail.com> | 2018-05-07 23:37:21 -0700 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-07 23:42:41 -0700 |
commit | ccc87421e77f554cac08d2f8b2c3cbcb04f6181c (patch) | |
tree | 62fff396e94b829251f6a2acdf1f2dee19642d85 /docs/qmk.css | |
parent | 303f425c6b4f9ab6056f863e515c71c9325f2bfa (diff) | |
download | qmk_firmware-ccc87421e77f554cac08d2f8b2c3cbcb04f6181c.tar.gz |
Some more tweaks to make everything look nice
Diffstat (limited to 'docs/qmk.css')
-rw-r--r-- | docs/qmk.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qmk.css b/docs/qmk.css index 591dd291a..543cd7f28 100644 --- a/docs/qmk.css +++ b/docs/qmk.css @@ -357,10 +357,10 @@ body.sticky .sidebar-toggle { border-top: 1px solid #ccc; } .markdown-section tr:nth-child(2n) { - background-color: #f8f8f8; + background-color: #555555; } .markdown-section p.tip { - background-color: #f8f8f8; + background-color: #555555; border-bottom-right-radius: 2px; border-left: 4px solid #f66; border-top-right-radius: 2px; |