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
This commit is contained in:
bors 2024-02-26 08:28:00 +00:00
commit b09fb8ab3b

View File

@ -594,19 +594,9 @@ Otherwise, have a great day =^.^=
></path> ></path>
</svg> </svg>
<style> <style>
:root {
--theme-background-color: black;
--theme-foreground-color: white;
}
@media (prefers-color-scheme: dark) {
:root {
--theme-background-color: white;
--theme-foreground-color: black;
}
}
.github-corner svg { .github-corner svg {
fill: var(--theme-background-color); fill: var(--fg);
color: var(--theme-foreground-color); color: var(--bg);
} }
.github-corner:hover .octo-arm { .github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out; animation: octocat-wave 560ms ease-in-out;