mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +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) {
|
||||
background-color: lighten($main-bg,4.7%);
|
||||
}
|
||||
|
||||
tr:nth-child(2n+3) {
|
||||
background-color: lighten($main-bg,1.7%);
|
||||
}
|
||||
}
|
||||
|
||||
h1#bigtitle {
|
||||
|
|
|
|||
Loading…
Reference in a new issue