polishing

This commit is contained in:
planetabhi
2024-12-01 23:23:31 +05:30
parent 46024a651e
commit 8996d9bc17
5 changed files with 12 additions and 42 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
outline: none;
background: none;
cursor: pointer;
border-bottom: 2px solid transparent;
border-bottom: 1px solid transparent;
font-family: var(--body-copy);
font-weight: 400;
color: var(--text-secondary);
@@ -17,5 +17,5 @@
.nav__item.is-active {
color: var(--text-primary);
border-bottom: 3px solid var(--icon-primary);
border-bottom: 1px solid var(--support-info);
}