Skip to content

Commit b09fb8a

Browse files
committed
Auto merge of #12350 - hamirmahal:style/sync-GitHub-Corner-colors, r=xFrednet
style: sync GitHub Corner colors fixes #12349. *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: sync site GitHub Corner colors
2 parents aa2c94e + 3ef693c commit b09fb8a

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

util/gh-pages/index.html

+2-12
Original file line numberDiff line numberDiff line change
@@ -594,19 +594,9 @@ <h2 class="panel-title">
594594
></path>
595595
</svg>
596596
<style>
597-
:root {
598-
--theme-background-color: black;
599-
--theme-foreground-color: white;
600-
}
601-
@media (prefers-color-scheme: dark) {
602-
:root {
603-
--theme-background-color: white;
604-
--theme-foreground-color: black;
605-
}
606-
}
607597
.github-corner svg {
608-
fill: var(--theme-background-color);
609-
color: var(--theme-foreground-color);
598+
fill: var(--fg);
599+
color: var(--bg);
610600
}
611601
.github-corner:hover .octo-arm {
612602
animation: octocat-wave 560ms ease-in-out;

0 commit comments

Comments
 (0)