Skip to content

Commit

Permalink
fix: add border to flavor-table
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Nov 22, 2024
1 parent 4592288 commit f1c4973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions static/styles/twodsix.css
Original file line number Diff line number Diff line change
Expand Up @@ -3445,6 +3445,7 @@ background: var(--s2d6-sidebar-background);
.flavor-table {
margin: 1ch;
width: calc(100% - 2ch);
border: 1px solid;
}

.flavor-table th, .flavor-table td {
Expand Down
1 change: 1 addition & 0 deletions static/styles/twodsix_basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2917,6 +2917,7 @@ background: var(--sidebar-background);
width: calc(100% - 2ch);
background-color: var(--color-text-light-3);
margin: 1ch;
border: 1px solid;
}

.flavor-table tr:nth-child(even) {
Expand Down

0 comments on commit f1c4973

Please sign in to comment.