AniX/app/components/ChangelogModal/ChangelogModal.module.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;
}