Skip to content

Commit 18d0c3f

Browse files
committed
Remove default vue app font styles
1 parent e667544 commit 18d0c3f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

src/App.vue

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
2-
<div id="app">
3-
<div class="bg-gray-800 p-4 text-white text-xl font-bold">
2+
<div id="app" class="font-sans">
3+
<div class="bg-white border-b p-4 text-gray-700 text-xl font-bold">
44
Tailwind Config Viewer
55
</div>
66
<router-view/>
@@ -12,21 +12,8 @@ body {
1212
background-color: #fff !important;
1313
}
1414
#app {
15-
font-family: 'Avenir', Helvetica, Arial, sans-serif;
1615
-webkit-font-smoothing: antialiased;
1716
-moz-osx-font-smoothing: grayscale;
1817
color: #2c3e50;
1918
}
20-
#nav {
21-
padding: 30px;
22-
}
23-
24-
#nav a {
25-
font-weight: bold;
26-
color: #2c3e50;
27-
}
28-
29-
#nav a.router-link-exact-active {
30-
color: #42b983;
31-
}
3219
</style>

0 commit comments

Comments
 (0)