diff options
| -rw-r--r-- | docs/docs.css | 7 |
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$=">"] { |
