port from mathematics-physics notes

This commit is contained in:
Luc Bijl 2025-08-26 15:48:53 +02:00
parent a4e106ce02
commit c009ea53f0
124 changed files with 13224 additions and 0 deletions

View 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);
}