File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,10 @@ nav > ul > li > ul {
156
156
@apply bg-gray-100 ring-gray-300 dark:bg-black/50 dark:ring-gray-700/70;
157
157
}
158
158
159
+ .DocSearch-Button : hover .DocSearch-Button-Placeholder {
160
+ @apply text-black dark:text-white;
161
+ }
162
+
159
163
.DocSearch-Button .DocSearch-Search-Icon {
160
164
height : 0.87rem ;
161
165
@apply text-gray-500 dark:text-white/60;
@@ -169,7 +173,7 @@ nav > ul > li > ul {
169
173
}
170
174
171
175
.DocSearch-Button-Placeholder {
172
- @apply hidden pr-20 text-sm min-[500px ]: block dark: text-white/60;
176
+ @apply hidden pr-20 text-sm text-black/60 min-[500px ]: block dark: text-white/60;
173
177
}
174
178
175
179
.DocSearch-Button-Keys {
Original file line number Diff line number Diff line change 1
1
{{-- On this page --}}
2
- <h3 class =" inline-flex items-center gap-1.5 text-sm opacity-50 " >
2
+ <h3 class =" inline-flex items-center gap-1.5 text-sm opacity-60 " >
3
3
{{-- Icon --}}
4
4
<x-icons .stacked-lines class =" size-[18px]" />
5
5
@@ -37,7 +37,7 @@ class="mt-5 grid w-40 place-items-center gap-2 rounded-xl bg-pink-100 px-5 pb-3
37
37
</a >
38
38
39
39
{{-- Featured sponsors --}}
40
- <h3 class =" inline-flex items-center gap-1.5 pt-3.5 text-sm opacity-50 " >
40
+ <h3 class =" inline-flex items-center gap-1.5 pt-3.5 text-sm opacity-60 " >
41
41
{{-- Icon --}}
42
42
<x-icons .star-circle class =" size-[18px]" />
43
43
@@ -50,7 +50,7 @@ class="mt-5 grid w-40 place-items-center gap-2 rounded-xl bg-pink-100 px-5 pb-3
50
50
51
51
{{-- Corporate sponsors --}}
52
52
<h3
53
- class =" mt-5 inline-flex items-center gap-1.5 border-t border-t-black/20 pt-3.5 text-sm opacity-50 dark:border-t-white/15"
53
+ class =" mt-5 inline-flex items-center gap-1.5 border-t border-t-black/20 pt-3.5 text-sm opacity-60 dark:border-t-white/15"
54
54
>
55
55
{{-- Icon --}}
56
56
<x-icons .briefcase class =" size-[18px]" />
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class="mt-5"
63
63
<x-link-button href =" {{ $previousPage [' path' ] } }" >
64
64
<div class =" self-center justify-self-start" >
65
65
<div
66
- class =" flex items-center justify-start gap-1.5 text-gray-500 "
66
+ class =" flex items-center justify-start gap-1.5 opacity-60 "
67
67
>
68
68
<x-icons .right-arrow
69
69
class =" size-3 shrink-0 -scale-x-100"
@@ -79,7 +79,7 @@ class="size-3 shrink-0 -scale-x-100"
79
79
<x-link-button href =" {{ $nextPage [' path' ] } }" >
80
80
<div class =" self-center justify-self-end" >
81
81
<div
82
- class =" flex items-center justify-end gap-1.5 text-gray-500 "
82
+ class =" flex items-center justify-end gap-1.5 opacity-60 "
83
83
>
84
84
<div class =" text-sm" >Next</div >
85
85
<x-icons .right-arrow class =" size-3 shrink-0" />
You can’t perform that action at this time.
0 commit comments