1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

Removed unused colors

This commit is contained in:
Fedor Katurov 2022-08-13 18:42:22 +07:00
parent ba1823ee8a
commit f6b76055d3
106 changed files with 563 additions and 546 deletions

View file

@ -163,5 +163,5 @@ img.preview {
display: flex;
align-items: center;
justify-content: center;
color: transparentize(white, 0.95);
color: $gray_90;
}