#3158 [profile-module] Profile page is not working

This commit is contained in:
Diatrex 2021-01-21 14:41:22 +03:00
parent 5b2bf658df
commit c577e43619

View File

@ -21,7 +21,7 @@
background-color: transparent;
svg path {
fill: rgba(#000, 1);
fill: #000;
}
}
@ -34,7 +34,7 @@
width: 15px;
path {
fill: rgba(#000, .4);
fill: rgba(0, 0, 0, .4);
}
}
}