Skip to content

Commit

Permalink
Use correct color from palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 5, 2023
1 parent 40fcd97 commit 2cd6e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendata-assets/src/less/navbars.less
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ End of dropdown CSS

&:hover {
color: @link-default-color;
border: 1px solid #A5ADB1;
border: 1px solid @suomi-depthBase;
background: linear-gradient(to top, transparent 0%, rgb(255 255 255 / 8.5%) 100%);
text-decoration: none;
}
Expand Down

0 comments on commit 2cd6e66

Please sign in to comment.