chore: color
This commit is contained in:
parent
443fe7f2b3
commit
e698a92b17
|
@ -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;
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue
Block a user