Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.subNodeLink
{
display: flex;
align-items: center;
.subNodeLink-icon:before
{
background: url(https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/2b07.png) no-repeat 0 0;
content: "";
width: 16px;
height: 16px;
display: block;
background-size: cover;
}
.subNodeLink-icon svg
{
display: none;
}
}
.subNodeLink.subNodeLink--unread:before, .subNodeLink.subNodeLink--unread .subNodeLink-icon {
opacity: 1;
}
Ok i did it.
If there are any errors in the codes, please help me fix them.
Code:.subNodeLink.subNodeLink--read:before, .subNodeLink-icon { opacity: 0.7; } .subNodeLink.subNodeLink--unread:before, .subNodeLink.subNodeLink--unread .subNodeLink-icon { opacity: 1; }