bring stock theme to be on par with v2 pleroma-dark/light
This commit is contained in:
parent
3cab1faaf4
commit
28955d8444
6 changed files with 53 additions and 17 deletions
|
|
@ -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
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue