Spaces:
Sleeping
Sleeping
File size: 457 Bytes
80c62df |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
.highlight {
border-radius: 0.4rem;
padding: 0.5rem;
margin-bottom: 1rem;
}
.bold {
padding-left: 1rem;
font-weight: 700;
}
.grey {
background-color: rgba(230, 230, 230, 0.3);
color: rgba(2, 2, 2, 0.753);
}
.blue {
background-color: rgba(213, 243, 253, 0.3);
color: rgba(2, 2, 2,0.7);
}
.yellow {
background-color: rgba(243, 206, 19,0.7);
color: rgba(2, 2, 2, 0.781);
}
|