Skip to content

Commit

Permalink
fix css hex refs to use colors.less
Browse files Browse the repository at this point in the history
  • Loading branch information
mekarpeles committed Sep 18, 2024
1 parent 66d6f47 commit 8068516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/components/language.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
.iaBar .language-component {
position: relative;
display: block;
border: 1px solid #999;
border: 1px solid @mid-grey;
border-radius: 5px;
padding: .2rem .4rem;
// stylelint-disable selector-max-specificity, max-nesting-depth
Expand Down

0 comments on commit 8068516

Please sign in to comment.