Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
great_wolves
/
feast
forkato da
chemicalcrux/feast
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Make statblocks highlight when hovered over
master
Fen Dweller
5 anni fa
parent
d97978c0b3
commit
c38e813d57
1 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
src/components/Combat.vue
+ 6
- 0
src/components/Combat.vue
Vedi File
@@ -187,6 +187,12 @@ a {
justify-content: start;
height: 100%;
}
.statblock:hover {
background: #444;
}
.statblock:hover[data-active] {
background: #666;
}
</style>
<style>
Write
Preview
Loading…
Annulla
Salva