docs/stylesheets: add
This commit is contained in:
parent
bf5eea7dc5
commit
c51b26c337
1 changed files with 11 additions and 0 deletions
11
docs/stylesheets/extra.css
Normal file
11
docs/stylesheets/extra.css
Normal file
|
@ -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);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue