minor css tweaks

This commit is contained in:
Gaurav Gosain
2023-03-05 03:20:51 +04:00
parent e4e9513443
commit 13501ab164

View File

@@ -285,7 +285,7 @@ nav.navbar {
font-weight: 600; font-weight: 600;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.25; line-height: 1.25;
color: #00449e; color: #000;
box-sizing: border-box; box-sizing: border-box;
} }
@@ -319,6 +319,7 @@ nav.navbar {
border-width: 0; border-width: 0;
cursor: pointer; cursor: pointer;
-webkit-appearance: button; -webkit-appearance: button;
appearance: button;
text-transform: none; text-transform: none;
overflow: visible; overflow: visible;
line-height: 1.15; line-height: 1.15;
@@ -335,7 +336,7 @@ nav.navbar {
} }
.modal__btn-primary { .modal__btn-primary {
background-color: #00449e; background-color: #000;
color: #fff; color: #fff;
} }