Skip to content

Commit

Permalink
update some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico committed Dec 28, 2022
1 parent be39de1 commit e3f7acf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ body {
hr {
opacity: 0;
}

a,
a:active,
a:visited,
a:hover {
color: var(--color-primary-normal);
text-decoration: none;
}

a:active,
a:hover {
text-decoration: underline;
}
1 change: 1 addition & 0 deletions components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const actions = ref(data.story.content.actions);
<li v-for="blok in menu" :key="blok._uid">
<NuxtLink
class="header__link"
:target="blok.link.target"
:to="
blok.link.cached_url.includes('index')
? blok.link.cached_url.replace('index', locale === 'en' ? '/' : '')
Expand Down

0 comments on commit e3f7acf

Please sign in to comment.