Navigation Menu

Skip to content

Commit

Permalink
Use color-mod to parse alpha value
Browse files Browse the repository at this point in the history
  • Loading branch information
OrcaXS committed Sep 27, 2018
1 parent c369451 commit f4bd739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar/LangMenu.vue
Expand Up @@ -155,7 +155,7 @@ export default {
&:hover {
padding: .6em .6em .6em .3em;
border-left: .3em solid rgba(var(--accent-color-light), 0.8);
border-left: .3em solid color-mod(var(--accent-color-light) alpha(0.8));
}
}
Expand Down

0 comments on commit f4bd739

Please sign in to comment.