diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-08-21 20:57:57 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-08-21 20:57:57 -0500 |
| commit | 7f0c8ccbf937a11e0b912c16209ccc2d7fee93f0 (patch) | |
| tree | f573e063a2f4611c96d7e875dbfeeef1fd8d8576 /docs/docs.css | |
| parent | 60c6b1a7675c15bf570ae63c94d8aac0eee5414e (diff) | |
minor css tweaks
Diffstat (limited to 'docs/docs.css')
| -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$=">"] { |
