mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-21 00:47:11 +08:00
15 lines
243 B
CSS
15 lines
243 B
CSS
.md-typeset figure img {
|
|
display: inline;
|
|
}
|
|
|
|
.md-typeset .admonition,
|
|
.md-typeset details {
|
|
font-size: 15px
|
|
}
|
|
|
|
.md-announce {
|
|
background-color: #f0f8ff; /* Light blue background */
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
color: #333;
|
|
}
|