0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 17:52:47 +00:00
Unset text-decoration on Brew Item links
This commit is contained in:
Trevor Buckner
2024-07-11 09:46:36 -04:00
committed by GitHub

View File

@@ -119,11 +119,12 @@
text-align : center; text-align : center;
a{ a{
.animate(opacity); .animate(opacity);
display : block; display : block;
margin : 8px 0px; margin : 8px 0px;
opacity : 0.6; opacity : 0.6;
font-size : 1.3em; font-size : 1.3em;
color : white; color : white;
text-decoration : unset;
&:hover{ &:hover{
opacity : 1; opacity : 1;
} }