added missing rgba

This commit is contained in:
antelle 2020-12-01 19:42:37 +01:00
parent df43c61785
commit 29a4d367f9
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ body.th-dark {
--form-box-border-color-focus: #407091;
--form-box-shadow-color-focus: #3a698b;
--form-box-shadow-color-hover: rgba(58, 105, 139, 0.8);
--light-border-color: rgb(68, 68, 69, 0.7);
--light-border-color: rgba(68, 68, 69, 0.7);
--secondary-background-color: #2d2d2e;
--selected-item-color: #2463c8;
--selected-on-secondary-item-color: #403f40;