Skip to content

Commit fdec4bb

Browse files
authored
Fix CSS typo (#834)
1 parent 93821a6 commit fdec4bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/Application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ check.lime {
104104

105105
check.mint {
106106
background-color: mix(@MINT_300, @MINT_500, 0.75);
107-
-gtk-icon-shadow: 0 1px 1px shade(mix(@MINT_300, @MINT_500, 0.75);, 0.7);
107+
-gtk-icon-shadow: 0 1px 1px shade(mix(@MINT_300, @MINT_500, 0.75), 0.7);
108108
}
109109

110110
check.orange {

0 commit comments

Comments
 (0)