summaryrefslogtreecommitdiff
path: root/docs/docs.css
diff options
context:
space:
mode:
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$=">"] {