Skip to content

Commit

Permalink
Update App.vue colours
Browse files Browse the repository at this point in the history
  • Loading branch information
shiragold authored Apr 30, 2024
1 parent b35d967 commit 60aa383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const store = useContentStore()
display: grid;
grid-template-columns: auto 4rem;
place-items: center;
color: darkslateblue;
border-bottom: 2px darkslateblue solid;
color: var(--color-secondary);
border-bottom: 2px var(--color-secondary) solid;
.header-title {
place-self: start;
Expand Down

0 comments on commit 60aa383

Please sign in to comment.