Skip to content

Commit

Permalink
Use a variable for the border color
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Gerber <[email protected]>
  • Loading branch information
rakyi and marcelgerber authored Jul 30, 2024
1 parent cfb8232 commit b552ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ourworldindata/components/src/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

@mixin dod-span {
border-bottom: 1px dotted #1d3d63;
border-bottom: 1px dotted $blue-90;
cursor: help;

span {
Expand Down

0 comments on commit b552ffb

Please sign in to comment.