Remove fonts section, make buttons change color on hover/press

このコミットが含まれているのは:
marcin mikołajczak 2019-05-20 14:46:25 +00:00
コミット 08aa9e2903
1個のファイルの変更22行の追加8行の削除

ファイルの表示

@ -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": []