More readable navbar and no more padding in mark

This commit is contained in:
Alexandre Iooss 2020-09-01 10:47:29 +02:00
parent 3922fcd93a
commit 9c794205f0
1 changed files with 11 additions and 0 deletions

View File

@ -47,6 +47,17 @@ select.language {
cursor: pointer;
}
/* Remove horizontal padding on mark */
.mark,
mark {
padding: .2em 0;
}
/* Make navbar more readable */
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .75);
}
/* Last BDE colors */
.bg-primary {
background-color: rgb(0, 119, 139) !important;