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