diff --git a/note_kfet/static/css/custom.css b/note_kfet/static/css/custom.css
index 235baac9b1eab80c80751353af40d71f8bd3ac85..5d901c9d93c4de2af916b4b5fe3171ce8ae7d6c2 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;