Update GitHub icon in footer for dark theme compatibility
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user