mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 09:06:23 +01:00
Need a little glow on glass menu
This commit is contained in:
parent
aaa8f7d94e
commit
63c6637c24
1 changed files with 1 additions and 0 deletions
|
@ -1099,6 +1099,7 @@ body:has(.status-deck) .media-post-link {
|
|||
backdrop-filter: blur(8px) saturate(3);
|
||||
border: var(--hairline-width) solid var(--bg-color);
|
||||
box-shadow: 0 3px 8px -1px var(--drop-shadow-color);
|
||||
text-shadow: 0 var(--hairline-width) var(--bg-color), 0 0 8px var(--bg-color);
|
||||
}
|
||||
.glass-menu .szh-menu__item--hover {
|
||||
background-color: var(--button-bg-blur-color);
|
||||
|
|
Loading…
Reference in a new issue