bring stock theme to be on par with v2 pleroma-dark/light

This commit is contained in:
Henry Jameson 2025-01-07 18:28:24 +02:00
commit 28955d8444
6 changed files with 53 additions and 17 deletions

View file

@ -17,7 +17,24 @@ export default {
directives: {
backgroundNoCssColor: 'yes',
background: '--fg',
shadow: []
shadow: [{
x: 0,
y: 1,
blur: 3,
spread: 0,
inset: false,
color: '#000000',
alpha: 0.4
},
{
x: 0,
y: 1,
blur: 0,
spread: 0,
inset: true,
color: '#ffffff',
alpha: 0.2
}]
}
}
]