Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: David Lapshin <[email protected]>
  • Loading branch information
daudix authored Dec 10, 2022
1 parent 187b95f commit 4c3707c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion curated/alpha-tritanopia.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,6 @@
"custom_css": {
"gtk4": "windowcontrols > button { /* GTK4 */\n color: transparent;\n min-width: 2px;\n min-height: 2px;\n border-radius: 100%;\n padding: 0;\n margin: 0 5px;\n}\n\nwindowcontrols > button > image {\n padding: 0;\n}\n\nbutton.titlebutton.close,\nwindowcontrols > button.close {\n background-color: #474b52;\n}\n\nbutton.titlebutton.close:hover,\nwindowcontrols > button.close:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.maximize,\nwindowcontrols > button.maximize {\n background-color: #474b52;\n}\n\nbutton.titlebutton.maximize:hover,\nwindowcontrols > button.maximize:hover {\n opacity: 0.8;\n}\n\nbutton.titlebutton.minimize,\nwindowcontrols > button.minimize {\n background-color: #474b52;\n}\n\nbutton.titlebutton.minimize:hover,\nwindowcontrols > button.minimize:hover {\n opacity: 0.8;\n}",
"gtk3": "button.titlebutton { /* GTK3 */\n color: transparent;\n min-width: 18px;\n min-height: 18px;\n}\nbutton.titlebutton:backdrop {\n opacity: 0.5;\n}\n"
}
},
"plugins": {}
}

0 comments on commit 4c3707c

Please sign in to comment.