diff --git a/src/App.vue b/src/App.vue
index ca28aa2..41c3a8a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -265,6 +265,7 @@ ul {
#version {
position: absolute;
+ text-align: right;
right: 10px;
bottom: 10px;
font-size: 60%;
diff --git a/src/components/Intro.vue b/src/components/Intro.vue
index 8c0bf1b..39e7e35 100644
--- a/src/components/Intro.vue
+++ b/src/components/Intro.vue
@@ -2,14 +2,19 @@
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;
+ }
}