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.
.structItem.is-unread .structItem-title a:not(.labelLink):after {
content: "Unread";
display: inline-block;
background: orange;
padding: 2px 5px;
font-size: 9px;
color: black;
margin-left: 5px;
position: relative;
top: -2px;
}