Template:Table styles/styles.css: Difference between revisions
Jump to navigation
Jump to search
imported>RkNAME 2n+1 |
imported>RkNAME 2n+1 |
(No difference)
| |
Revision as of 04:26, 24 February 2024
.pink-table tr:nth-of-type(2n+1) {
background-color:#ff96c6;
}
.pink-table tr:nth-of-type(2n) {
background-color:#ffc4df;
}