WIP(faq): hack background to white

This commit is contained in:
SabreCat
2023-06-02 14:58:16 -05:00
parent 09695f637e
commit 302eabb30f
2 changed files with 7 additions and 0 deletions

View File

@@ -469,6 +469,7 @@ export default {
this.$store.dispatch('common:setTitle', {
subSection: this.$t('chat-sunset-faq'),
});
document.body.style.background = '#ffffff';
},
};
</script>