aboutsummaryrefslogtreecommitdiff
path: root/src/components/Highlight.module.css
blob: a1eb5491d0859daa7cf1c5b2ce9fb41588fe693f (plain)
1
2
3
4
5
6
.span {
    background-color: yellow;
    border-radius: '2px';
    color: '#fff';
    padding: '0.2rem';
}