User:Celtic Minstrel/Sandbox/TabStyling2.css
Jump to navigation
Jump to search
.tabber__tabs:nth-child(1) {
text-decoration: underline;
text-decoration-color: pink;
}
.tabber__tabs:nth-child(2) {
text-decoration: underline;
text-decoration-color: purple;
}
.tabber__tabs:nth-child(3) {
text-decoration: underline;
text-decoration-color: red;
}
.tabber__tabs:nth-child(4) {
text-decoration: underline;
text-decoration-color: orange;
}
.tabber__tabs:nth-child(5) {
text-decoration: underline;
text-decoration-color: brown;
}
.tabber__tabs:nth-child(6) {
text-decoration: underline;
text-decoration-color: yellow;
}