NotificationLatch/frontend/src/App.vue

15 lines
245 B
Vue

<template>
<router-view />
</template>
<style lang="scss">
body
{
background: #001133;
color: #cccccc;
font-family: 'Verdana', 'Arial', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>