|
@@ -668,27 +668,36 @@ h3 {
|
|
|
.genericCl();
|
|
|
background: var(--highlightedColor) !important;
|
|
|
color: var(--highlightedColorFg) !important;
|
|
|
+ i {
|
|
|
+ color: var(--highlightedColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.donateCl {
|
|
|
.genericCl();
|
|
|
background: var(--donateColor) !important;
|
|
|
color: var(--donateColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--donateColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.docsCl {
|
|
|
.genericCl();
|
|
|
background: var(--docsColor) !important;
|
|
|
color: var(--docsColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--docsColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.bugsCl {
|
|
|
.genericCl();
|
|
|
background: var(--bugsColor) !important;
|
|
|
color: var(--bugsColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--bugsColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|
|
@@ -696,42 +705,54 @@ h3 {
|
|
|
.genericCl();
|
|
|
background: var(--codeColor) !important;
|
|
|
color: var(--codeColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--codeColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.discordCl {
|
|
|
.genericCl();
|
|
|
background: var(--discordColor) !important;
|
|
|
color: var(--discordColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--discordColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.storeCl {
|
|
|
.genericCl();
|
|
|
background: var(--storeColor) !important;
|
|
|
color: var(--storeColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--storeColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.twitterCl {
|
|
|
.genericCl();
|
|
|
background: var(--twitterColor) !important;
|
|
|
color: var(--twitterColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--twitterColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.youtubeCl {
|
|
|
.genericCl();
|
|
|
background: var(--youtubeColor) !important;
|
|
|
color: var(--youtubeColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--youtubeColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.itchCl {
|
|
|
.genericCl();
|
|
|
background: var(--itchColor) !important;
|
|
|
color: var(--itchColorFg) !important;
|
|
|
-
|
|
|
+ i {
|
|
|
+ color: var(--itchColorFg) !important;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
figure.githubUser {
|