Noch "bessere" Farben

This commit is contained in:
2022-02-09 18:59:36 +01:00
parent 1bf35f0d4a
commit 6c0a344679
2 changed files with 11 additions and 1 deletions

View File

@ -22,4 +22,14 @@
font-style: italic;
font-size: 120%;
}
.paragraph {
line-height: 1.3;
}
tbody>tr:nth-of-type(odd), #footer {
background-color: #1f2420;
}
tbody>tr:hover {
background-color: #364239;
}
}