Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Yellow and black stripes are used by mother nature to indicate stingy
danger. Camelia may be able to bite your head off, pod tables are not. A
light gray zebra table should play better with other
Pod::FormattingCodes when we start to support them in tables.
  • Loading branch information
gfldex committed Jul 8, 2016
1 parent 274a88b commit 33b2f80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions assets/sass/style.scss
Expand Up @@ -82,10 +82,10 @@ img, svg {
max-width: 100%;
}

tr:nth-child(odd) {
background-color: #F5EF7B;
table.pod-table tr:nth-child(odd) {
background-color: #f8f8f8;
}
tr:nth-child(even) {
table.pod-table tr:nth-child(even) {
background-color: none;
}

Expand Down
6 changes: 3 additions & 3 deletions html/css/style.css
Expand Up @@ -70,10 +70,10 @@ pre a:hover {
img, svg {
max-width: 100%; }

tr:nth-child(odd) {
background-color: #F5EF7B; }
table.pod-table tr:nth-child(odd) {
background-color: #f8f8f8; }

tr:nth-child(even) {
table.pod-table tr:nth-child(even) {
background-color: none; }

td {
Expand Down

0 comments on commit 33b2f80

Please sign in to comment.