Merge branch 'dev' into preprod

This commit is contained in:
Darks 2020-07-23 19:29:55 +02:00
commit 8ff4f21c6a
Signed by: Darks
GPG Key ID: F61F10FA138E797C
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ table {
table tr:nth-child(even) {
background: var(--background);
}
table tr:nth-child(even) {
table tr:nth-child(odd) {
background: var(--background);
}
table th {

View File

@ -29,7 +29,7 @@ table {
--border: #d8d8d8;
}
table tr:nth-child(even) {
--background: rgba(0, 0, 0, .05);
--background: rgba(0, 0, 0, .1);
}
table th {
--background: #e0e0e0;