Skip to content

Commit

Permalink
fix: Make <hr> look less bright
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jul 20, 2023
1 parent 11a1761 commit ed0ca30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/LogDetailsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ const copyFormatted = async () => {
gap: 9px;
margin-block: 9px;
}

hr {
color: var(--color-border-dark);
}
}
.hljs {
background-color: var(--color-background-dark);
Expand Down

0 comments on commit ed0ca30

Please sign in to comment.