VN_laws_qa / style.css
wanderer2k1's picture
f
9833a80
raw
history blame
No virus
406 Bytes
.highlight {
border-radius: 0.4rem;
color: white;
padding: 0.5rem;
margin-bottom: 1rem;
}
.bold {
padding-left: 1rem;
font-weight: 700;
}
.blue {
background-color: lightcoral;
}
.green {
background-color: green;
}
.red {
background-color: red;
}
.IndianRed {
background-color: IndianRed;
}
.lightgreen {
background-color: lightgreen;
}
.turquoise {
background-color: turquoise;
}