mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 06:41:40 +00:00
Make every other table row have a different color
This commit is contained in:
parent
28f442e529
commit
fd80b240bd
1 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ html, body {
|
||||||
tr:nth-child(even) {
|
tr:nth-child(even) {
|
||||||
background-color: lighten($main-bg,4.7%);
|
background-color: lighten($main-bg,4.7%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr:nth-child(2n+3) {
|
||||||
|
background-color: lighten($main-bg,1.7%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h1#bigtitle {
|
h1#bigtitle {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue