diff --git a/web/src/components/Modal.vue b/web/src/components/Modal.vue index 7a31824..4217b42 100644 --- a/web/src/components/Modal.vue +++ b/web/src/components/Modal.vue @@ -1,17 +1,45 @@ \ No newline at end of file diff --git a/web/src/css/theme.css b/web/src/css/theme.css index a04104d..87b9f49 100644 --- a/web/src/css/theme.css +++ b/web/src/css/theme.css @@ -48,7 +48,7 @@ /* The fill colour of the eyes on the game board */ --eye-colour: #000000; - /* The colour that is used to bring focus towards the modal */ + /* The colours for the modals */ --modal-background-blur: #000; --modal-content-background: var(--background1); --modal-content-text: var(--background1-text);