You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/assets/stylesheets/previews.css.scss

21 lines
265 B
SCSS

a.preview-link {
.play-button {
display: none;
.arrow {
color: black;
font-size: 80px;
margin-left: -37px;
margin-top: -79px;
}
}
&:hover {
text-decoration: none;
.play-button {
display: block;
}
}
}