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 759e229 commit 1b7c17cCopy full SHA for 1b7c17c
onelight.css
@@ -498,7 +498,8 @@ span[alt=highlight] {
498
}
499
500
.md-search-hit {
501
- background: #ff0;
+ background: #ff0 !important;
502
+ color: black !important;
503
box-shadow: var(--box-shadow);
504
505
onelight/style/title/title-colorful-dark.css
@@ -222,7 +222,7 @@
222
background-size: 200% 100%;
223
-webkit-background-clip: text;
224
background-clip: text;
225
- color: transparent;
+ color: transparent !important;
226
text-decoration: none;
227
caret-color: #5a80ff;
228
padding: 3px 15px;
0 commit comments