try global fix
This commit is contained in:
parent
dcb7513a91
commit
7563af4b10
|
@ -24,19 +24,13 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.color.brz9-icon-fastapi:before {
|
||||
.brz9-icon-fastapi:before {
|
||||
content: "\ea3c";
|
||||
color: #05998b;
|
||||
}
|
||||
.brz9-icon-fastapi:before {
|
||||
content: "\ea3c";
|
||||
}
|
||||
.color.brz9-icon-dash:before {
|
||||
content: "\ea3d";
|
||||
color: #008de4;
|
||||
}
|
||||
.brz9-icon-dash:before {
|
||||
content: "\ea3d";
|
||||
color: #008de4;
|
||||
}
|
||||
.brz9-icon-affinitydesigner:before {
|
||||
content: "\ea00";
|
||||
|
@ -52,9 +46,6 @@
|
|||
}
|
||||
.brz9-icon-kick:before {
|
||||
content: "\ea05";
|
||||
}
|
||||
.color.brz9-icon-kick:before {
|
||||
content: "\ea05";
|
||||
color: #53fc18;
|
||||
}
|
||||
.brz9-icon-threads:before {
|
||||
|
@ -62,9 +53,6 @@
|
|||
}
|
||||
.brz9-icon-adobe:before {
|
||||
content: "\ea12";
|
||||
}
|
||||
.color.brz9-icon-adobe:before {
|
||||
content: "\ea12";
|
||||
color: #f00;
|
||||
}
|
||||
.brz9-icon-fiverr:before {
|
||||
|
@ -397,9 +385,6 @@
|
|||
}
|
||||
.brz9-icon-twitch:before {
|
||||
content: "\e93a";
|
||||
}
|
||||
.color.brz9-icon-twitch:before {
|
||||
content: "\e93a";
|
||||
color: #6441a4;
|
||||
}
|
||||
.brz9-icon-twitter:before {
|
||||
|
@ -1228,3 +1213,7 @@
|
|||
.brz9-icon-paypal:before {
|
||||
content: "\ead8";
|
||||
}
|
||||
|
||||
[class^="brz9-icon-"]::before, [class*=" brz9-icon-"]::before {
|
||||
color: inherit !important;
|
||||
}
|
Loading…
Reference in New Issue