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 bc1f1c2 commit 0ad2306Copy full SHA for 0ad2306
app/assets/stylesheets/partials/_search.scss
@@ -9,6 +9,10 @@
9
text-decoration: underline;
10
text-decoration-color: $color-red-500;
11
text-underline-offset: 0.5rem;
12
+
13
+ &:hover {
14
+ color: $color-red-400;
15
+ }
16
}
17
18
/* New USE UI search styles */
@@ -237,6 +241,7 @@
237
241
&:hover {
238
242
border-color: $color-gray-700;
239
243
background-color: $color-gray-900;
244
+ color: $color-text-oncolor;
240
245
246
247
&.active {
app/assets/stylesheets/partials/_variables.scss
@@ -16,6 +16,8 @@ $color-gray-950: #1a1a1a;
$color-gray-975: #191919;
// RED
19
+$color-red-300: #FF6666;
20
+$color-red-400: #FF3333;
21
$color-red-500: #ff0000;
22
$color-red-600: #e50000;
23
0 commit comments