Skip to content

Commit 30ee7af

Browse files
committed
style: sync GitHub Corner colors
1 parent 10c9903 commit 30ee7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/gh-pages/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,8 @@ <h2 class="panel-title">
605605
}
606606
}
607607
.github-corner svg {
608-
fill: var(--theme-background-color);
609-
color: var(--theme-foreground-color);
608+
fill: var(--fg);
609+
color: var(--bg);
610610
}
611611
.github-corner:hover .octo-arm {
612612
animation: octocat-wave 560ms ease-in-out;

0 commit comments

Comments
 (0)