mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 09:02:01 +01:00
12 lines
167 B
CSS
12 lines
167 B
CSS
.navigation-list-item {
|
|
font-size: 18px !important;
|
|
padding: 4px;
|
|
}
|
|
|
|
.navigation-list-item a {
|
|
color: blue;
|
|
}
|
|
|
|
.navigation-list-item a:hover {
|
|
color: black;
|
|
}
|