removed !important

This commit is contained in:
Rajnikant 2022-03-23 12:33:35 +05:30
parent c938c3a8ca
commit 96a11384a0

View File

@ -3,9 +3,9 @@
margin-top: 20px;
}
a {
color: #f8f9fa !important;
color: #f8f9fa;
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 400;
text-decoration: none !important;
text-decoration: none;
}