fix: dark-light-mode-button-icon-github (#977)

This commit is contained in:
Tenessy
2024-06-09 20:31:29 +02:00
committed by GitHub
parent 9bef9dbd90
commit 8a90174e23

View File

@@ -53,6 +53,11 @@
background-color: #218838; background-color: #218838;
} }
a :global(svg) {
--sl-icon-color: initial;
}
@media (width < 450px) { @media (width < 450px) {
.github-sign-in { .github-sign-in {
display: none; display: none;