style a table

For ease of reading (hopefully)
master
Pheng Heong TAN 2021-07-13 18:15:22 +08:00 committed by GitHub
parent 4f23a1f114
commit 50f837b7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -55,6 +55,10 @@ li + li, div + div {
margin-top: 30px;
}
tr:nth-child(even) {
background-color: var(--base2);
}
#nav, #some_header {
text-align: center;
}