Skip to content

Commit

Permalink
Update table row background color
Browse files Browse the repository at this point in the history
  • Loading branch information
cntrump committed Apr 17, 2020
1 parent 54c5c5c commit 761d9a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/dark-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ body {
background-color: #222831;
}

table tr:nth-child(even){
background: #323841;
}

mark,
::selection {
background-color: #515b70;
Expand Down
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ th {
padding: 0;
}

table tr:nth-child(even){
background: #f3f6fa;
}

a {
color: #406599;
text-decoration: none;
Expand Down

0 comments on commit 761d9a6

Please sign in to comment.