feat: background color of page to bulma primary-dark for right now

This commit is contained in:
jezzahehn 2025-06-03 00:29:18 -04:00
parent 7a7d1607a4
commit eb02a81db2

View file

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Viossa.net</title>
</head>
<body>
<body class="has-background-primary-dark">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>