Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use the color-primary-element* variables
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed May 13, 2023
commit b393efadd65c41586b872361b71c70cab69ee1c7
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

.info-color-label--used::before {
background-color: var(--color-primary);
background-color: var(--color-primary-element);
}

@media only screen and (max-width: $breakpoint-mobile) {
Expand Down