world/sass/base.scss

25 lines
258 B
SCSS
Raw Normal View History

2023-12-21 13:26:13 +01:00
h1 {
font-size: 3em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1em;
}
.md-content {
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
}
a, a:visited {
color: #00a8a8;
}