Update GitHub icon in footer for dark theme compatibility

This commit is contained in:
luxun1910
2024-07-24 11:37:37 +09:00
parent 236b319bd7
commit 7753b7cc07
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -4,6 +4,10 @@
color: var(--text-color) !important;
}
.light > #footer-socialNetworks-github-svg-path{
fill: none;
}
/* dark mode */
.dark {
--background-color: var(--background-color-dark) !important;
@@ -14,6 +18,10 @@
--secondary-color: var(--secondary-color-dark);
}
.dark #footer-socialNetworks-github-svg-path{
fill: #FFFFFF;
}
.text-secondary {
color: var(--text-secondary-color) !important;
}