mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
16 lines
No EOL
264 B
CSS
16 lines
No EOL
264 B
CSS
.markdown h1 {
|
|
font-size: 1.5rem;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.markdown h2 {
|
|
font-size: 1rem;
|
|
font-weight: 700;
|
|
margin-block: 1rem 0.25rem;
|
|
}
|
|
|
|
.markdown ul {
|
|
list-style-type: disc;
|
|
-webkit-padding-start: 20px;
|
|
padding-inline-start: 20px;
|
|
} |