separating variables from other css

This commit is contained in:
2025-11-25 21:03:50 +00:00
parent 3d870b8c7c
commit 9c77bd57d8
4 changed files with 51 additions and 97 deletions

View File

@@ -31,13 +31,3 @@ import CurrentlyListening from "@/components/CurrentlyListening.vue";
<!--<a href="pages/shrines/gto.html">GTO</a>-->
</main>
</template>
<style scoped>
@import "@/assets/css/styles.css";
@media print {
@page {
size: A4 portrait;
margin: 0;
}
}
</style>