Edit favicon color
This commit is contained in:
parent
6251dc8128
commit
13e4c3cdc1
5 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
stroke: #000;
|
||||
}
|
||||
.favicon__center {
|
||||
stroke: #fff;
|
||||
stroke: #000;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.favicon__border {
|
||||
stroke: #fff;
|
||||
}
|
||||
.favicon__center {
|
||||
stroke: #000;
|
||||
stroke: #fff;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue