chore: color

This commit is contained in:
cha0s 2022-04-15 12:35:11 -05:00
parent 443fe7f2b3
commit e698a92b17

View File

@ -9,6 +9,7 @@ html {
color: #FFFFFF;
--background-color-active: rgba(0, 120, 255, 0.5);
--color-active: rgb(0, 99, 112);
--color-active-light: rgb(0, 168, 191);
--message-font-family: verdana, arial, helvetica, sans-serif;
--system-font-family: system-ui, Ubuntu, Droid Sans, sans-serif;
--title-font-family: LatoLight, Ubuntu, "Droid Sans", sans-serif;
@ -115,6 +116,12 @@ label, .label {
user-select: none;
}
button[disabled],
input[disabled]
{
opacity: 0.4;
}
// .muted {
// color: $color-muted;
// }