Explorar el Código

Make statblocks highlight when hovered over

vintage
Fen Dweller hace 5 años
padre
commit
c38e813d57
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      src/components/Combat.vue

+ 6
- 0
src/components/Combat.vue Ver fichero

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

<style>


Cargando…
Cancelar
Guardar