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 79a2272 commit b669f17
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
.md-typeset__table tr {
background-color: transparent !important;
}

.md-typeset__table thead th {
background-color: #e0e0e0 !important;
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) !important;
[data-md-color-scheme="slate"] table thead th {
background-color: hsla(var(--md-hue),15%,30%,1);
color: #ffffff;
}

table tbody tr {
background-color: #ffffff;
}

[data-md-color-scheme="slate"] table tbody tr {
background-color: #000000;
}

th, td {
border: 1px solid var(--md-typeset-table-color);
border-spacing: 0;
Expand All @@ -20,16 +24,11 @@ th, td {
border-top: none;
}

.md-typeset__table {
table {
line-height: 1;
}

.md-typeset__table table:not([class]) {
font-size: .74rem;
border-right: none;
}

.md-typeset__table table:not([class]) td,
.md-typeset__table table:not([class]) th {
table td,
table th {
padding: 9px;
}

0 comments on commit b669f17

Please sign in to comment.