Parcourir la source

Make statblocks highlight when hovered over

vintage
Fen Dweller il y a 5 ans
Parent
révision
c38e813d57
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      src/components/Combat.vue

+ 6
- 0
src/components/Combat.vue Voir le fichier

@@ -187,6 +187,12 @@ a {
justify-content: start; justify-content: start;
height: 100%; height: 100%;
} }
.statblock:hover {
background: #444;
}
.statblock:hover[data-active] {
background: #666;
}
</style> </style>


<style> <style>


Chargement…
Annuler
Enregistrer