diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css index 235baac9..5d901c9d 100644 --- a/note_kfet/static/css/custom.css +++ b/note_kfet/static/css/custom.css @@ -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;