Copy CSS files to installation folder
This commit is contained in:
parent
bc4ebd15e0
commit
9d221ea887
3 changed files with 9 additions and 3 deletions
|
|
@ -4354,7 +4354,9 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
|||
background-image: var(--icon-globe-accent);
|
||||
}
|
||||
.app-body .hover-card {
|
||||
background-color: var(--color-content-bg);
|
||||
background-color: color-mix(in srgb, var(--color-content-bg), transparent 20%);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
border-color: var(--color-lines);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue