diff options
| author | marcin mikołajczak <me@mkljczk.pl> | 2019-05-20 14:46:25 +0000 |
|---|---|---|
| committer | marcin mikołajczak <me@mkljczk.pl> | 2019-05-20 14:46:25 +0000 |
| commit | 08aa9e29031fb6ba05c9c5c58ffc62731acbaaf1 (patch) | |
| tree | 426ea62ee43ff0eea2e0e3f129375e6dfcd287ce /static/themes | |
| parent | fd1d318540820931fe467ada3df8df13d0f86053 (diff) | |
Remove fonts section, make buttons change color on hover/press
Diffstat (limited to 'static/themes')
| -rw-r--r-- | static/themes/mammal.json | 30 |
1 files changed, 22 insertions, 8 deletions
diff --git a/static/themes/mammal.json b/static/themes/mammal.json index 2f7ef27d..50b8e2f0 100644 --- a/static/themes/mammal.json +++ b/static/themes/mammal.json @@ -2,16 +2,30 @@ "_pleroma_theme_version": 2, "name": "Mammal", "theme": { - "fonts": { - "interface": { "family": "Roboto, sans-serif" }, - "input": { "family": "Roboto, sans-serif" }, - "post": { "family": "Roboto, sans-serif" }, - "postCode": { "family": "Roboto Mono, monospace" } - }, "shadows": { "button": [], - "buttonHover": [], - "buttonPressed": [], + "buttonHover": [ + { + "x": "0", + "y": "0", + "blur": "0", + "spread": 1024, + "color": "#56a7e1", + "alpha": "1", + "inset": true + } + ], + "buttonPressed": [ + { + "x": "0", + "y": "0", + "blur": "0", + "spread": 1024, + "color": "#56a7e1", + "alpha": "1", + "inset": true + } + ], "panel": [], "panelHeader": [], "topBar": [] |
