File size: 281 Bytes
4f78275
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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;
  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;
}