summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2017-08-21 20:57:57 -0500
committerJordan Wiens <jordan@psifertex.com>2017-08-21 20:57:57 -0500
commit7f0c8ccbf937a11e0b912c16209ccc2d7fee93f0 (patch)
treef573e063a2f4611c96d7e875dbfeeef1fd8d8576 /docs/docs.css
parent60c6b1a7675c15bf570ae63c94d8aac0eee5414e (diff)
minor css tweaks
Diffstat (limited to 'docs/docs.css')
-rw-r--r--docs/docs.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/docs.css b/docs/docs.css
index e06fa460..ebd56907 100644
--- a/docs/docs.css
+++ b/docs/docs.css
@@ -4,7 +4,12 @@ code {
.admonition {
background: rgb(128, 198, 223);
- color: #333;
+ color: #fff;
+}
+
+.tip {
+ background: rgb(110, 110, 110);
+ color: #fff;
}
img[alt$=">"] {