fix: wlogout fully fixed
This commit is contained in:
@@ -7,7 +7,7 @@ window {
|
||||
font-family: monospace;
|
||||
font-size: 14pt;
|
||||
color: {{colors.on_background.default.hex}}; /* text */
|
||||
background-color: {{colors.background.default.hex}}60;
|
||||
background-color: rgba({{colors.background.default.red}}, {{colors.background.default.green}}, {{colors.background.default.blue}}, 0.3);
|
||||
}
|
||||
|
||||
button {
|
||||
@@ -23,10 +23,11 @@ button {
|
||||
|
||||
button:hover {
|
||||
background-color: {{colors.primary.default.hex}};
|
||||
color: {{colors.on_primary.default.hex}};
|
||||
}
|
||||
|
||||
button:focus {
|
||||
background-color: {{colors.primary.default.hex}}80;
|
||||
background-color: rgba({{colors.primary.default.red}}, {{colors.primary.default.green}}, {{colors.primary.default.blue}}, 0.8);
|
||||
color: {{colors.on_primary.default.hex}};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user