mirror of
https://gitlab.crans.org/bde/nk20
synced 2024-11-26 18:37:12 +00:00
More readable navbar and no more padding in mark
This commit is contained in:
parent
3922fcd93a
commit
9c794205f0
@ -47,6 +47,17 @@ select.language {
|
|||||||
cursor: pointer;
|
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 */
|
/* Last BDE colors */
|
||||||
.bg-primary {
|
.bg-primary {
|
||||||
background-color: rgb(0, 119, 139) !important;
|
background-color: rgb(0, 119, 139) !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user