This commit is contained in:
krahets
2024-02-23 17:03:49 +08:00
parent ca06a7eaea
commit 0e4ea07876
2 changed files with 28 additions and 0 deletions

View File

@@ -207,6 +207,19 @@ body {
width: 1.25em;
}
/* header banner */
.md-banner {
background-color: var(--md-code-bg-color);
color: var(--md-default-fg-color);
font-size: 0.75rem;
}
.md-banner svg {
margin-right: 0.3rem;
height: 0.63rem;
fill: var(--md-default-fg-color);
}
.pythontutor-iframe {
width: 125%;
height: 125%;