footer: fix CC0 logos in dark mode
This commit is contained in:
parent
09b909cd8f
commit
75130a7cdb
5 changed files with 7 additions and 151 deletions
|
|
@ -259,14 +259,9 @@ footer {
|
|||
width: 0.75rem;
|
||||
vertical-align: middle;
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
#title {
|
||||
svg {
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path {
|
||||
fill: white;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
path {
|
||||
fill: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue