fix: couple css improvements for webkit-based browsers

introduces a new mixin to handle webkit-based shenanigans.
also adds a mixin to make keyboard navigation easier.
and other small tweaks to css(like accent color and color scheme).
This commit is contained in:
zyachel
2022-12-31 22:10:19 +05:30
parent 57b050f196
commit 81eaf2fd5e
6 changed files with 56 additions and 2 deletions

View File

@ -96,6 +96,11 @@
content: '+';
font-weight: bold;
}
// fix for webkit(not including blink)
&::-webkit-details-marker {
display: none;
}
}
&__description {