Add red CSS (for DreamOS)

This commit is contained in:
Lassi Kortela 2023-02-22 17:27:06 +02:00
parent 35d1c218a8
commit 005ada8fd1
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ a {
text-decoration: underline;
}
.red {
color: red;
}
table.border {
border-collapse: separate;
border-spacing: 2px;