Skip to content

Commit

Permalink
Merge pull request #79 from crysallis/main
Browse files Browse the repository at this point in the history
Fix alert border issue
  • Loading branch information
FMaz008 authored Mar 27, 2024
2 parents baadfd0 + a733f8e commit 1dba432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ div.vh-grid .vvp-item-tile .vvp-item-tile-content > * {
}

#vh-tabs .keyword-highlight {
border: 3px solid var(--item-highlight-border-alert) !important;
border: 3px solid var(--item-highlight-alert) !important;
background-color: var(--item-highlight-background);
}

Expand Down

0 comments on commit 1dba432

Please sign in to comment.