Add background color to template

This commit is contained in:
I Made Setia Baruna 2021-01-09 03:45:14 +08:00
parent 4d4fa40f41
commit fd669a3bff

View file

@ -14,6 +14,7 @@
<style>
html {
height: 100%;
background: #25294A;
}
</style>