2023-06-03 06:18:19 +00:00
|
|
|
|
2021-08-29 23:22:54 +00:00
|
|
|
.inverted,
|
|
|
|
.fancy {
|
2023-06-05 16:54:48 +00:00
|
|
|
font-family: Helvetica, "Times New Roman", sans-serif;
|
2021-08-29 23:22:54 +00:00
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inverted {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fancy {
|
|
|
|
background-color: yellow;
|
|
|
|
}
|