0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 01:02:48 +00:00

Merge branch 'master' into addLockRoutes-#3326

This commit is contained in:
G.Ambatte
2024-07-23 10:28:59 +12:00
committed by GitHub
15 changed files with 165 additions and 84 deletions

View File

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