Skip to content

Commit d26dac8

Browse files
committed
Update primary and background color
Signed-off-by: Olga Bulat <obulat@gmail.com>
1 parent cb0249e commit d26dac8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/App.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ export default {
5757
<style lang="scss">
5858
// Import Bulma's core
5959
@import "~bulma/sass/utilities/_all";
60-
$primary: hsl(13, 84%, 56%);
61-
$background: hsl(0, 0%, 88%);
62-
$body-background-color:hsl(0,0%, 88%);
60+
$primary: hsl(138, 95%, 33%);
6361
6462
// Links
6563
$link: $primary;
@@ -71,9 +69,6 @@ export default {
7169
// Import Bulma and Buefy styles
7270
@import "~bulma";
7371
@import "~buefy/src/scss/buefy";
74-
</style>
75-
<style>
76-
7772
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A%20400%2C600%2C700%7CRoboto+Condensed&ver=4.9.8");
7873
7974
#app {
@@ -159,7 +154,6 @@ export default {
159154
}
160155
161156
.vocab.footer {
162-
font-family: Source Sans Pro, Noto Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
163157
line-height: 1.2;
164158
}
165159
</style>

0 commit comments

Comments
 (0)