13 lines
171 B
CSS
13 lines
171 B
CSS
.navigation-list-item {
|
|
font-size: 18px !important;
|
|
padding: 4px;
|
|
}
|
|
|
|
html, body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.page-content h1:first-of-type {
|
|
font-weight: 500;
|
|
}
|