This commit is contained in:
Steffen 2020-04-18 21:14:06 +02:00
parent 79206e17df
commit c03dc1b1de
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
2 changed files with 13 additions and 0 deletions

10
README.md Normal file
View File

@ -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

View File

@ -320,6 +320,9 @@ ul.editions .edition {
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 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); 1px 1px 0 #000, 0 0 5px rgba(0, 0, 0, 0.75);
cursor: pointer; cursor: pointer;
&:hover {
color: red;
}
} }
// Buttons // Buttons