More readable navbar and no more padding in mark
This commit is contained in:
parent
3922fcd93a
commit
9c794205f0
1 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue