We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43ca09 commit 5231122Copy full SHA for 5231122
src/css/styles/_basic.css
@@ -13,7 +13,7 @@
13
@apply text-gray-300 hover:text-white;
14
}
15
.aside-menu-item-active {
16
- @apply font-bold text-white;
+ @apply text-white;
17
18
.aside-menu-dropdown {
19
@apply bg-gray-700/50;
src/css/styles/_white.css
@@ -10,7 +10,7 @@
10
@apply text-blue-600 hover:text-black;
11
12
- @apply font-bold text-black;
+ @apply text-black;
@apply bg-gray-100/75;
0 commit comments