diff options
| author | Henry Jameson <me@hjkos.com> | 2020-01-20 01:31:54 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-01-20 01:31:54 +0200 |
| commit | 6e1c538e4182263a75fb65b0f3c5d1ad9de94541 (patch) | |
| tree | 69e04c1445fa55be1f7eb4309ed8e842256ee98d /static/themes/breezy-light.json | |
| parent | 6a3714fcc64fe25e6fc38a700083427c2764caec (diff) | |
multiple fixes to make style switcher not die. Made shadows work, incuding compatibility
Diffstat (limited to 'static/themes/breezy-light.json')
| -rw-r--r-- | static/themes/breezy-light.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/themes/breezy-light.json b/static/themes/breezy-light.json index fd307b80..df6e1a66 100644 --- a/static/themes/breezy-light.json +++ b/static/themes/breezy-light.json @@ -53,7 +53,7 @@ "blur": 0, "spread": "1", "color": "--accent", - "alpha": "0.3", + "alpha": "1", "inset": true }, { |
