We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933159c commit 467a5d3Copy full SHA for 467a5d3
brands.css
@@ -70,4 +70,10 @@
70
-webkit-filter: grayscale(100%);
71
-moz-filter: grayscale(100%);
72
filter: grayscale(100%);
73
+}
74
+
75
+.button:hover .icon {
76
+ -webkit-filter: invert(100%) grayscale(100%);
77
+ -moz-filter: invert(100%) grayscale(100%);
78
+ filter: invert(100%) grayscale(100%);
79
}
readme.md
@@ -2,7 +2,7 @@
2
Find more themes: https://github.com/JulianPrieber/llc-themes
3
4
* Theme Name: Galaxy
5
-* Theme Version: 1.0
+* Theme Version: 1.1
6
* Theme Date: 2022-05-19
7
* Theme Author: JulianPrieber
8
* Theme Author URI: https://github.com/JulianPrieber
0 commit comments