Skip to content

Commit

Permalink
👌 IMPROVE: Log file syntax highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
austinginder committed May 8, 2024
1 parent a52bbc3 commit 6e9966c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/css/captaincore-public-2024-05-07.css
Original file line number Diff line number Diff line change
Expand Up @@ -1882,4 +1882,10 @@ body .v-navigation-drawer__border {

code.language-log {
padding: 0px;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url,
.v-application .token.error, .v-application .token.info {
background: transparent !important;

}

0 comments on commit 6e9966c

Please sign in to comment.