bgenc.net/src/typography.css

48 lines
503 B
CSS
Raw Normal View History

2023-11-18 12:19:29 -06:00
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.8rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1.125rem;
}
a {
color: var(--color-secondary);
text-decoration: none;
}
pre {
white-space: pre-wrap;
margin: 1rem;
}
h1, h2, h3, h4, h5, h6 {
margin: 1rem 0 2rem 0;
font-weight: bold;
}
p {
margin: 1.5rem 0;
}
li {
margin: 0.5rem 0 0.5rem 2rem;
}
ul li {
list-style-type: "🬙 ";
}
ul li::marker {
font-size: 0.6rem;
}