fix mistake with css selectors in usercard

This commit is contained in:
Wirlaburla 2023-07-19 00:04:00 -05:00
parent 43eed140ea
commit 693087c853

View File

@ -38,12 +38,12 @@
} }
/* == STYLES */ /* == STYLES */
.user-card .wbumps { /* Worm Bumps */ .user-card.wbumps { /* Worm Bumps */
background-image: url('/assets/style/card/wbumps'); background-image: url('/assets/style/card/wbumps');
background-color: #ededed; background-color: #ededed;
} }
.user-card .wgraving { /* Worm Engravings */ .user-card.wgraving { /* Worm Engravings */
background-image: url('/assets/style/card/wgraving'); background-image: url('/assets/style/card/wgraving');
background-color: #ededed; background-color: #ededed;
} }