
Welcome to the (unofficial)
-
Virtual Blood on the Clocktower Town Square!
- Please add more players through the
+
Virtual Town Square and Grimoire for Blood on the Clocktower! Please
+ add more players through the
Menu
- on the top right or by pressing
[A].
- This project is free and open source and can be found on
-
GitHub.
+ on the top right or by pressing
[A]. You can also join a game session
+ by pressing
[J].
+
@@ -33,6 +38,9 @@ export default {
border: 3px solid black;
border-radius: 10px;
z-index: 3;
+ a {
+ color: white;
+ }
img {
position: absolute;
bottom: 100%;
@@ -45,5 +53,9 @@ export default {
box-shadow: 0 0 10px black;
border: 3px solid black;
}
+ .footer {
+ font-size: 60%;
+ opacity: 0.75;
+ }
}
diff --git a/src/components/Menu.vue b/src/components/Menu.vue
index 1922a7f..3e02702 100644
--- a/src/components/Menu.vue
+++ b/src/components/Menu.vue
@@ -1,6 +1,5 @@