gancio-upstream/docs/assets/css/style.css
2020-02-02 21:08:16 +01:00

21 lines
270 B
CSS

.navigation-list-item {
font-size: 18px !important;
padding: 4px;
}
.navigation-list-item a {
color: #7253ed;
}
.navigation-list-item a:hover {
color: black;
}
html, body {
font-family: sans-serif;
}
.page-content h1:first-of-type {
font-weight: 500;
}