We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e667544 commit 18d0c3fCopy full SHA for 18d0c3f
src/App.vue
@@ -1,6 +1,6 @@
1
<template>
2
- <div id="app">
3
- <div class="bg-gray-800 p-4 text-white text-xl font-bold">
+ <div id="app" class="font-sans">
+ <div class="bg-white border-b p-4 text-gray-700 text-xl font-bold">
4
Tailwind Config Viewer
5
</div>
6
<router-view/>
@@ -12,21 +12,8 @@ body {
12
background-color: #fff !important;
13
}
14
#app {
15
- font-family: 'Avenir', Helvetica, Arial, sans-serif;
16
-webkit-font-smoothing: antialiased;
17
-moz-osx-font-smoothing: grayscale;
18
color: #2c3e50;
19
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
32
</style>
0 commit comments