improve RedmondDX popovers

This commit is contained in:
Henry Jameson 2025-02-20 12:02:34 +02:00
commit c9cba41728
2 changed files with 12 additions and 2 deletions

View file

@ -167,3 +167,12 @@ Tab:hover:active {
TopBar Link {
textColor: #ffffff
}
MenuItem:hover {
background: --fg
}
Popover {
shadow: --buttonDefaultBevel, 5 5 0 0 #000000 / 0.2;
roundness: 0
}