fix wlogout style

This commit is contained in:
Dmitriy Kholkin 2024-06-26 12:35:05 +03:00
parent 2e994e636e
commit d5c6b07d4f
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -33,18 +33,18 @@
font-family: "${thm.fonts.mono.family}";
font-size: 18pt;
color: ${palette.text.hex};
background-color: rgba(${toString palette.base.rgb.r}, ${toString palette.base.rgb.g}, ${toString palette.base.rgb.b}, 0.8);
background-color: alpha(${palette.base.hex}, 0.8);
}
button {
background-repeat: no-repeat;
background-position: center;
background-size: 25%;
border: none;
background-color: rgba(${toString palette.base.rgb.r}, ${toString palette.base.rgb.g}, ${toString palette.base.rgb.b}, 0);
background-color: alpha(${palette.base.hex}, 0);
color: ${palette.${accent}.hex};
}
button:hover {
background-color: rgba(${toString palette.surface0.rgb.r}, ${toString palette.surface0.rgb.g}, ${toString palette.surface0.rgb.b}, 0.1);
background-color: alpha(${palette.surface0.hex}, 0.1);
}
button:focus {
background-color: ${palette.${accent}.hex};