Skip to content

Commit

Permalink
⚡💄 Move style in manage vue only
Browse files Browse the repository at this point in the history
  • Loading branch information
Catatomik committed Jun 25, 2021
1 parent db4ffcc commit 526304e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Website/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@
</template>

<style>
html, body {
background-color: #2F3136 !important;
color: #EAEAEA !important;
}
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
9 changes: 9 additions & 0 deletions Website/src/views/Manage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,15 @@ export default {
<style>
@import url("https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css");
html, body {
background-color: #2F3136 !important;
color: #EAEAEA !important;
}
#app {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input, select, textarea{
color: #000000;
}
Expand Down

0 comments on commit 526304e

Please sign in to comment.