diff --git a/client/src/App.vue b/client/src/App.vue index c5e5b1a..89a5678 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -17,22 +17,21 @@ export default { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -h1, -h2 { +h1,h2 { font-weight: normal; font-size: 2em; font-weight: bold; + } p { text-align: justify; } -.is-success { - background-color: #4caf50; + +.hero { + background-color: #00858C; + color: white; } -.is-hoverable { - color: #42b983; -} diff --git a/client/src/components/Teammood.vue b/client/src/components/Teammood.vue index 4a96adb..064090d 100644 --- a/client/src/components/Teammood.vue +++ b/client/src/components/Teammood.vue @@ -1,8 +1,8 @@