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

21 lines
266 B
CSS
Raw Normal View History

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