From 9c794205f0cdce7fa2fe697888c3e9b7dc23edef Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 1 Sep 2020 10:47:29 +0200 Subject: [PATCH] More readable navbar and no more padding in mark --- note_kfet/static/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;