fix: nav links are colored black

pull/10/head
Aravinth Manivannan 2022-04-26 00:46:32 +05:30
parent bcf3372b20
commit 5436f96cbd
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@
.nav__link {
text-decoration: none;
color: black !important;
font-weight: 600;
font-size: 14px;
}
.nav__link:hover {