Browse Source

Revert "Readable GitHub logo"

Liyas Thomas 5 years ago
parent
commit
7c9188ed03
2 changed files with 2 additions and 8 deletions
  1. 0 3
      .gitignore
  2. 2 5
      layouts/default.vue

+ 0 - 3
.gitignore

@@ -88,6 +88,3 @@ sw.*
 
 # Vim swap files
 *.swp
-
-# Visual Studio
-.vs/

+ 2 - 5
layouts/default.vue

@@ -22,7 +22,7 @@
     <nuxt id="main" />
     <footer>
       <div>
-        <a href="https://github.com/liyasthomas/postwoman" target="_blank"><img src="~static/icons/github.svg" alt="" :style="logoStyle()">GitHub</a>
+        <a href="https://github.com/liyasthomas/postwoman" target="_blank"><img src="~static/icons/github.svg" alt="" style="margin-right: 16px">GitHub</a>
       </div>
       <button id="installPWA" @click.prevent="showInstallPrompt()">
         Install PWA
@@ -120,10 +120,7 @@
         // Once the PWA code is initialized, this holds a method
         // that can be called to show the user the installation
         // prompt.
-        showInstallPrompt: null,
-        logoStyle() {
-          return "margin-right: 16px;" + (this.$store.state.postwoman.settings.THEME_CLASS.includes('light') ? " filter: invert(100%); -webkit-filter: invert(100%);" : '')
-        }
+        showInstallPrompt: null
       }
     },
     beforeMount() {