]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.js
Change dark theme link hover text color to be more visible
[github/bastienwirtz/homer.git] / app.js
diff --git a/app.js b/app.js
index 41bdd9d40d911965b4b382ccb43abd493bffc962..def0be7957c525689365c9ea17ba203cb5212b39 100644 (file)
--- a/app.js
+++ b/app.js
@@ -85,7 +85,9 @@ Vue.component('service', {
                         <p class="subtitle is-6">{{ item.subtitle }}</p>
                     </div>
                 </div>
-                <strong class="tag" v-if="item.tag">#{{ item.tag }}</strong>
+                <div class="tag" :class="item.tagstyle" v-if="item.tag">
+                    <strong class="tag-text">#{{ item.tag }}</strong>
+                </div>
             </div>
         </a>
     </div></div>`