diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..d70df41 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,11 @@ +[data-md-color-scheme="default"] .md-typeset blockquote { + border-left: .2rem solid rgba(68, 138, 255, 1); + background-color: rgba(34, 44, 63, 0.1); + color: rgb(0, 0, 0); +} + +[data-md-color-scheme="slate"] .md-typeset blockquote { + border-left: .2rem solid rgba(68, 138, 255, 1); + background-color: rgba(34, 44, 63, 0.6); + color: rgb(240, 240, 240); +}