Skip to content

Commit

Permalink
Fix hover icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber2 authored May 20, 2022
1 parent 933159c commit 467a5d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,10 @@
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}

.button:hover .icon {
-webkit-filter: invert(100%) grayscale(100%);
-moz-filter: invert(100%) grayscale(100%);
filter: invert(100%) grayscale(100%);
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Find more themes: https://github.com/JulianPrieber/llc-themes

* Theme Name: Galaxy
* Theme Version: 1.0
* Theme Version: 1.1
* Theme Date: 2022-05-19
* Theme Author: JulianPrieber
* Theme Author URI: https://github.com/JulianPrieber
Expand Down

0 comments on commit 467a5d3

Please sign in to comment.