diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 0a8cbb4..d4cbd4d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -38,13 +38,14 @@ body { padding: 0; } #app { - font-family: Avenir, Helvetica, Arial, sans-serif; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - background: #7f7fd5; /* fallback for old browsers */ - background: -webkit-linear-gradient(to bottom, #7f7fd5, #86a8e7, #91eae4); /* Chrome 10-25, Safari 5.1-6 */ - background: linear-gradient(to bottom, #7f7fd5, #86a8e7, #91eae4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } + +a { + text-decoration: none; +} diff --git a/frontend/src/components/Footer.vue b/frontend/src/components/Footer.vue index 3db278a..66eeb00 100644 --- a/frontend/src/components/Footer.vue +++ b/frontend/src/components/Footer.vue @@ -2,9 +2,11 @@ @@ -24,5 +26,6 @@ text-align: center; position: absolute; font-weight: 600; + padding-bottom: 7px; } diff --git a/frontend/src/components/NavBar.vue b/frontend/src/components/NavBar.vue index a3f642e..2faa006 100644 --- a/frontend/src/components/NavBar.vue +++ b/frontend/src/components/NavBar.vue @@ -45,7 +45,6 @@ nav { .nav-links li a { text-decoration: none; font-size: 20px; - color: black; font-weight: bold; } diff --git a/frontend/src/views/Landing.vue b/frontend/src/views/Landing.vue index bcefe48..5240416 100644 --- a/frontend/src/views/Landing.vue +++ b/frontend/src/views/Landing.vue @@ -7,7 +7,8 @@

Bullish

-

A simple webapp to explore Bhav Copy Equity data

+

A simple webapp to explore Bhav Copy Equity data

+