Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Aug 13, 2024
1 parent 49419c6 commit 79a2272
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.md-typeset__table tr {
background-color: transparent !important;
}

.md-typeset__table thead th {
background-color: #e0e0e0 !important;
color: #333333;
}

[data-md-color-scheme="slate"] .md-typeset__table thead th {
background-color: hsla(var(--md-hue),15%,30%,1) !important;
color: #ffffff;
}

th, td {
border: 1px solid var(--md-typeset-table-color);
border-spacing: 0;
Expand All @@ -19,18 +33,3 @@ th, td {
.md-typeset__table table:not([class]) th {
padding: 9px;
}

.md-typeset__table thead th {
background-color: #e0e0e0;
color: #333333;
}

[data-md-color-scheme="slate"] .md-typeset__table thead th {
background-color: hsla(var(--md-hue),15%,30%,1);
color: #ffffff;
}

.md-typeset__table tr:nth-child(2n),
.md-typeset__table tr:nth-child(odd) {
background-color: transparent;
}

0 comments on commit 79a2272

Please sign in to comment.