subreddit-clf-app / highlight_text.css
yxmauw's picture
app files
4f78275
raw
history blame
281 Bytes
.highlight {
border-radius: 0.4rem;
color: white;
padding: 0.2rem;
margin-bottom: 1rem;
}
.bold {
padding-left: 1rem;
font-weight: 700;
}
.blue {
background-color: steelblue;
}
.yellow {
background-color: goldenrod;
}
.red {
background-color: lightcoral;
}