fixed svg colors

This commit is contained in:
Fedor Katurov 2021-04-20 17:36:49 +07:00
parent 8346c2533f
commit 7b24499f49
5 changed files with 18 additions and 18 deletions

View file

@ -729,7 +729,7 @@
margin-bottom: 10px;
padding: 10px;
background: $title_dialog_color;
color: fade(white, 50%);
color: darken(white, 50%);
font-size: 13px;
box-sizing: border-box;
border-radius: $panel_radius;
@ -761,7 +761,7 @@
content: ' ';
width: 100%;
height: 40px;
background: linear-gradient(fade($title_dialog_color, 0), $title_dialog_color);
background: linear-gradient(darken($title_dialog_color, 0), $title_dialog_color);
position: absolute;
bottom: 0;
left: 0;