Logo shadow to make it show up on white background.
This commit is contained in:
parent
3ddbda61d9
commit
39b98e6b45
@ -73,18 +73,21 @@ a:focus {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
|
||||||
height: 1.75rem;
|
|
||||||
padding: 0 0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.icon {
|
span.icon {
|
||||||
margin-right: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo {
|
||||||
|
height: 1.75rem;
|
||||||
|
padding: 0 0.25rem;
|
||||||
|
filter: drop-shadow(.03rem .03rem .05rem #000);
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html {
|
html {
|
||||||
background: #111;
|
background: #111;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
#logo { filter: none }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user