Skip to content

Commit c4bd7d8

Browse files
committed
fix: remove selection styles
1 parent 998b474 commit c4bd7d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/css/custom.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ nav.menu {
359359
.footer__title {
360360
font-size: 14px;
361361
font-weight: normal;
362-
@apply text-text-400 mb-2;
362+
@apply mb-2 text-text-400;
363363
}
364364

365365
.footer__item {
@@ -721,10 +721,6 @@ code[data-code='required'] {
721721
color: var(--ifm-color-danger);
722722
}
723723

724-
::selection {
725-
@apply bg-primary-200/80 text-white dark:bg-primary-100/60;
726-
}
727-
728724
.dropdown > .navbar__link {
729725
display: flex;
730726
align-items: center;

0 commit comments

Comments
 (0)