mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 09:02:01 +01:00
21 lines
270 B
CSS
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;
|
|
}
|