diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ea090b --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Blood on the Clocktower Town Square + +![screen](https://user-images.githubusercontent.com/325521/79669047-3cf76300-81b9-11ea-884b-7fe889c0c18b.jpg) + +This is an online tool to run Blood on the Clocktower games through Discord or other digital means. +It is supposed to aid storytellers and allow them to quickly set up and capture game states for their players. + +[You can try it online!](https://bra1n.github.io/townsquare) + +WORK IN PROGRESS diff --git a/src/App.vue b/src/App.vue index 887a93c..23b7efc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -320,6 +320,9 @@ ul.editions .edition { text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.75); cursor: pointer; + &:hover { + color: red; + } } // Buttons