Skip to content

Commit

Permalink
style: add background to highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
cpvalente committed Jun 21, 2024
1 parent b7c48f3 commit cfc3aab
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@
display: flex;
flex-wrap: wrap;


.field {
font-weight: 600;
padding: 0 0.25rem;
margin-right: 0.25rem;
padding-inline: 0.25rem;
}

.noColour {
Expand All @@ -110,6 +110,8 @@
}

.value {
padding-inline: 0.25rem;
background-color: $gray-1250;
color: var(--operator-highlight-override, $ui-white);
margin-right: 1rem;
}
Expand Down

0 comments on commit cfc3aab

Please sign in to comment.