We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e50e9 commit 580508aCopy full SHA for 580508a
styles/react.dev/catppuccin.user.less
@@ -130,7 +130,7 @@
130
131
.text-link,
132
.text-link-dark {
133
- color: @accent ;
+ color: @accent;
134
}
135
136
//hover styling
@@ -361,7 +361,6 @@
361
outline-color: @accent;
362
363
364
-
365
// docsearch styling
366
367
--docsearch-modal-background: @base !important;
@@ -388,7 +387,11 @@
388
387
input {
389
color: @text;
390
+ :focus-visible {
391
+ outline: 2px solid @accent !important;
392
+ }
393
394
+
395
.DocSearch-Hit {
396
.DocSearch-Hit-title {
397
0 commit comments