diff --git a/ui/src/App.vue b/ui/src/App.vue index 6230de8..e71df04 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -35,7 +35,7 @@ html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; - color: #2c3e50; + color: #34214f; margin-top: 60px; } diff --git a/ui/src/assets/play.png b/ui/src/assets/play.png new file mode 100644 index 0000000..ca5ae96 Binary files /dev/null and b/ui/src/assets/play.png differ diff --git a/ui/src/components/BDay.vue b/ui/src/components/BDay.vue index 10b6bf3..0637366 100644 --- a/ui/src/components/BDay.vue +++ b/ui/src/components/BDay.vue @@ -1,8 +1,12 @@