fix: improve dark mode UI consistency in signin page (#23684)

This commit is contained in:
lyzno1
2025-08-10 17:21:05 +08:00
committed by GitHub
parent a17b7b3d89
commit bb852ef6d2
7 changed files with 90 additions and 9 deletions

View File

@@ -2,6 +2,10 @@
background: center/contain url('./assets/github.svg') no-repeat;
}
html[data-theme="dark"] .githubIcon {
background: center/contain url('./assets/github-dark.svg') no-repeat;
}
.googleIcon {
background: center/contain url('./assets/google.svg') no-repeat;
}