Skip to content

Commit

Permalink
dark background
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyXS committed Nov 8, 2020
1 parent bcc2d98 commit 5328e87
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div id="app">
<div id="app" class="p-5" >
<div id="logo" class="mb-5">
<img alt="Antiboredom logo" src="./assets/logo.svg">
<img alt="Antiboredom logo" src="./assets/logo-dark.svg">
</div>

<div id="welcome" v-if="!items.length">
Expand Down Expand Up @@ -94,7 +94,7 @@ export default {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
color: #241B02;
background-color: #241B02;
}
</style>
10 changes: 10 additions & 0 deletions src/assets/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/Hello.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export default {
top: 400px; /* Header Height */
bottom: 0px;
width: 100%;
color: white;
background-color: #241B02;
}
</style>

0 comments on commit 5328e87

Please sign in to comment.