Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagameow committed Aug 1, 2024
1 parent 5c3db3c commit 972dd50
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

body {
color: var(--color-text);
background: #050611 url('backgrounds/background-mobile.svg');
background: var(--color-background) url('backgrounds/background-mobile.svg');
background-size: cover;
font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
Expand All @@ -50,7 +50,7 @@ body {
}

@media (--breakpoint-desktop) {
background: url('backgrounds/background.svg');
background: var(--color-background) url('backgrounds/background.svg');
background-size: cover;
}
}
Expand Down
1 change: 0 additions & 1 deletion src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@

a {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
}
3 changes: 0 additions & 3 deletions src/layout/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ const currentPath = computed(
top: 20px;
width: initial;
}
@media (--breakpoint-desktop) {
}
}
.app-header__heading-arrows {
Expand Down

0 comments on commit 972dd50

Please sign in to comment.