Skip to content

Commit

Permalink
change border color in table
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Dec 18, 2024
1 parent abd4d7d commit d6cd936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/strategies/overview/StrategyContent.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
animation: open 300ms ease-out;
}
.strategy-table th {
@apply border-b border-background-800;
font-weight: 400;
color: rgba(255 255 255 / .6);
padding: 16px;
border-bottom: solid 1px rgba(255 255 255 / .4);
text-align: start;
text-wrap: nowrap;
}
Expand All @@ -43,7 +43,7 @@
border-top-right-radius: 8px;
}
.strategy-table tr:not(:last-child) td {
border-bottom: solid 1px rgba(255 255 255 / .4);
@apply border-b border-background-800;
}
.strategy-table tr:last-child td:first-child {
border-bottom-left-radius: 8px;
Expand Down

0 comments on commit d6cd936

Please sign in to comment.