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

@ -127,6 +127,7 @@ export const shadowFunctions = {
args: [
'color: border color',
'side: string indicating on which side border should be, takes either one word or two words joined by dash (i.e. "left" or "bottom-right")',
'width: border width (thickness)',
'[alpha]: (Optional) border opacity, defaults to 1 (fully opaque)',
'[inset]: (Optional) whether border should be on the inside or outside, defaults to inside'
],