improvements to backcompat + fixes to topbar

This commit is contained in:
Henry Jameson 2024-02-20 01:18:21 +02:00
commit c3e6e7c61d
4 changed files with 11 additions and 26 deletions

View file

@ -13,7 +13,15 @@ export default {
defaultRules: [
{
directives: {
background: '--fg'
background: '--fg',
shadow: [{
x: 0,
y: 0,
blur: 4,
spread: 0,
color: '#000000',
alpha: 0.6
}]
}
}
]