1
0
Fork 0
mathematics-physics-wiki/docs/en/stylesheets/extra.css
2024-05-13 22:32:25 +02:00

11 lines
No EOL
368 B
CSS

[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);
}
[data-md-color-scheme="default"] .md-typeset blockquote {
border-left: .2rem solid rgba(68, 138, 255, 1);
background-color: rgba(34, 44, 63, 0.6);
color: rgb(0, 0, 0);
}