UI update

This commit is contained in:
QiTao Weng 2022-04-09 13:26:54 -05:00
parent 17dedd2d37
commit d0b2bf3250
2 changed files with 7 additions and 3 deletions

View File

@ -8,13 +8,17 @@ import Home from './components/Home.vue'
</template>
<style>
body {
margin-top: 0px;
height: 100%;
background: #1e2361;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
color: #4484c4;
margin-top: 60px;
}
</style>

View File

@ -20,7 +20,7 @@ const login = () => {
<style scoped>
button {
background-color: #215b8a; /* Green */
background-color: #4484c4;
border: none;
color: white;
padding: 15px 32px;