Make modals use foreground color

This commit is contained in:
thepaperpilot 2023-02-20 21:42:18 -06:00
parent a402ed164c
commit df2f907cee

View file

@ -48,5 +48,6 @@ const gameComponent = computed(() => {
position: absolute;
min-height: 100%;
height: 100%;
color: var(--foreground);
}
</style>