mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 18:09:40 +08:00
switching meta theme color to background color
This commit is contained in:
parent
ccc1d2914c
commit
e3734f1658
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ export function apply(themeName) {
|
|||
$(".keymap-key").attr("style", "");
|
||||
ChartController.updateAllChartColors();
|
||||
updateFavicon(32, 14);
|
||||
$("#metaThemeColor").attr("content", ThemeColors.main);
|
||||
$("#metaThemeColor").attr("content", ThemeColors.bg);
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue