Cleanup #37

Merged
jacob1123 merged 16 commits from cleanup into master 2022-03-02 23:53:15 +01:00
18 changed files with 96 additions and 146 deletions
Showing only changes of commit 9ce0da0182 - Show all commits

View File

@ -54,12 +54,4 @@ export default defineComponent({
</div> </div>
</div> </div>
</div> </div>
</template> </template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>

View File

@ -8,4 +8,10 @@ h1 {
a { a {
text-decoration: underline; text-decoration: underline;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }