more dashboard css fixes
This commit is contained in:
parent
f324c249f6
commit
31fd5da44b
6 changed files with 47 additions and 27 deletions
|
|
@ -66,6 +66,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
img.icon {
|
||||
-webkit-filter: invert(1);
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
width: calc(100% - 180px);
|
||||
height: calc(100vh - 1em);
|
||||
|
|
@ -184,8 +191,9 @@ a:hover {
|
|||
}
|
||||
*/
|
||||
|
||||
a img.icon {
|
||||
img.icon {
|
||||
height: .8em;
|
||||
transition: filter .1s ease-out;
|
||||
}
|
||||
|
||||
code {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue