Styling
This commit is contained in:
parent
f77b812679
commit
f123a821bd
|
@ -6,4 +6,12 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<Updating {onMigrationDone} />
|
<div class="updating">
|
||||||
|
<Updating {onMigrationDone} />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.updating {
|
||||||
|
font-family: var(--font-sans);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue