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 8bbb2ad commit 6e6ec8aCopy full SHA for 6e6ec8a
client/styles/components/_console.scss
@@ -89,7 +89,7 @@
89
@extend %link;
90
color: getThemifyVariable('secondary-text-color');
91
&:hover {
92
- color: getThemifyVariable('heavy-text-color');
+ color: $p5-light-pink; // Use the pink color directly for hover
93
}
94
95
background: transparent;
0 commit comments