diff --git a/web/src/components/Attributions.vue b/web/src/components/Attributions.vue index 221277b..1e200bf 100644 --- a/web/src/components/Attributions.vue +++ b/web/src/components/Attributions.vue @@ -12,7 +12,16 @@ >

Attributions:

- Made By: Oliver Akins + Ghost Writer is designed and created by + Resonym +
+ Online Prototype Made By: Oliver Akins (Alkali Metal) +
+ + +


@@ -77,6 +86,15 @@ export default { height: 100%; } +button { + background-color: var(--background2); + color: var(--background2-text); + border-radius: 7px; + font-size: large; + padding: 10px; + margin: 5px; +} + a, a:visited { color: var(--light-font-colour); } diff --git a/web/src/components/Hand.vue b/web/src/components/Hand.vue index 43a215d..fff3911 100644 --- a/web/src/components/Hand.vue +++ b/web/src/components/Hand.vue @@ -4,6 +4,11 @@ {{ mostRecentQuestion }}

+ + +