Skip to content

Commit

Permalink
Fix coloring of snippets tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Feb 1, 2024
1 parent a07aac8 commit 8fdb794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/css/_code.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ pre code.torchlight .line-number {
}

&.active {
background-color: #292D3E;
background-color: rgb(38, 42, 54, 1);
}
}
}

.tabbed-code-body {
background-color: #292D3E;
background-color: rgb(38, 42, 54, 1);

.code-container {
@apply m-0 rounded-none hidden;
Expand Down

0 comments on commit 8fdb794

Please sign in to comment.