This website works better with JavaScript.
Home
Explore
Help
Sign In
great_wolves
/
feast
forked from
chemicalcrux/feast
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Make statblocks highlight when hovered over
master
Fen Dweller
5 years ago
parent
d97978c0b3
commit
c38e813d57
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
src/components/Combat.vue
+ 6
- 0
src/components/Combat.vue
View 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…
Cancel
Save