diff options
Diffstat (limited to 'docs/docs.css')
| -rw-r--r-- | docs/docs.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/docs.css b/docs/docs.css index e69de29b..95a04efe 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -0,0 +1,13 @@ +code { + color: #000; +} + +img { + display: inline-block; + float: right; +} + +.admonition { + background: rgb(128, 198, 223); + color: #333; +} |
