Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nyhryan committed Mar 16, 2024
2 parents db74ce3 + 4cf18cf commit bc4015f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 15 deletions.
16 changes: 16 additions & 0 deletions _sass/colors/catppuccin-typography-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,20 @@
#disqus_thread {
color-scheme: none;
}

div.table-wrapper {
table {
tbody tr {
td:first-child {
border-right: solid 2px rgba(210, 215, 217, 0.75);
}
&:nth-child(even) {
background-color: #45475a;
}
&:nth-child(odd) {
background-color: #313244;
}
}
}
}
} /* dark-scheme */
30 changes: 15 additions & 15 deletions assets/css/jekyll-theme-chirpy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ li {
color: var(--text-color);
}

div.table-wrapper {
table {
tbody tr {
td:first-child {
border-right: solid 2px rgba(210, 215, 217, 0.75);
}
&:nth-child(even) {
background-color: #45475a;
}
&:nth-child(odd) {
background-color: #313244;
}
}
}
}
// div.table-wrapper {
// table {
// tbody tr {
// td:first-child {
// border-right: solid 2px rgba(210, 215, 217, 0.75);
// }
// &:nth-child(even) {
// background-color: #45475a;
// }
// &:nth-child(odd) {
// background-color: #313244;
// }
// }
// }
// }

0 comments on commit bc4015f

Please sign in to comment.