Fix zip icon color

This commit is contained in:
N-Pex 2024-12-03 10:11:26 +01:00
parent 97b8ceecbb
commit 54770770f9
5 changed files with 17 additions and 4 deletions

View file

@ -207,6 +207,9 @@
&:hover {
opacity: 0.7;
}
& .zip {
color: #0060e5;
}
}
.swipeable-thumbnails-view {

View file

@ -1610,4 +1610,8 @@ body {
height: $small-button-height !important;
margin-top: $chat-standard-padding-xs;
margin-bottom: $chat-standard-padding-xs;
}
}
.thumbnail-item .zip {
color: #1d1d1d;
}