Fix event data check.

This commit is contained in:
Mike Cao 2022-12-12 20:46:43 -08:00
parent e4fe22233c
commit 4cc22fcc95
4 changed files with 8 additions and 10 deletions

View file

@ -13,8 +13,8 @@ body {
display: flex;
flex-direction: column;
flex: 1;
color: var(--base800);
background: var(--base100);
color: var(--font-color100);
background: var(--background200);
}
.zh-CN {