developers.urbit.org/styles/developers.css
2022-06-21 17:49:31 -07:00

9 lines
187 B
CSS

#card::after {
content: "";
width: 2rem;
height: 2rem;
background-image: url('/images/chevron.svg');
background-size: cover;
position: absolute;
right: 1rem;
}