Skip to content
Snippets Groups Projects
Commit 9c794205 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

More readable navbar and no more padding in mark

parent 3922fcd9
No related branches found
No related tags found
1 merge request!104Beta
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment