specials.css: add <table> a color display
This commit is contained in:
parent
061bcdfe09
commit
57c6960376
@ -23,3 +23,21 @@
|
|||||||
.hide-display {
|
.hide-display {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
text-align: left;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(even) {
|
||||||
|
background-color: #f4b7b7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark-mode tr:nth-child(even) {
|
||||||
|
background-color: #340b0b;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user