Skip to content

Commit 5231122

Browse files
committed
rem: dup font-bold from .css
1 parent b43ca09 commit 5231122

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/styles/_basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@apply text-gray-300 hover:text-white;
1414
}
1515
.aside-menu-item-active {
16-
@apply font-bold text-white;
16+
@apply text-white;
1717
}
1818
.aside-menu-dropdown {
1919
@apply bg-gray-700/50;

src/css/styles/_white.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@apply text-blue-600 hover:text-black;
1111
}
1212
.aside-menu-item-active {
13-
@apply font-bold text-black;
13+
@apply text-black;
1414
}
1515
.aside-menu-dropdown {
1616
@apply bg-gray-100/75;

0 commit comments

Comments
 (0)