Files
gancio/docs/assets/css/style.css

13 lines
171 B
CSS
Raw Normal View History

2019-12-04 01:12:59 +01:00
.navigation-list-item {
font-size: 18px !important;
padding: 4px;
}
2020-01-21 22:14:46 +01:00
html, body {
font-family: sans-serif;
}
.page-content h1:first-of-type {
font-weight: 500;
2020-02-02 21:08:16 +01:00
}