Skip to content

Commit

Permalink
fix mobile header
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFyon committed Dec 9, 2024
1 parent d69629e commit 893db0a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,11 @@ export default defineComponent({
.v-tab {
text-transform: uppercase;
letter-spacing: 0.0892857143em;
color: white;
}
.v-tab--selected {
background: rgba($color: #fff, $alpha: 0.1);
color: hsla(0,0%,100%,1);
}
}
}
Expand Down

0 comments on commit 893db0a

Please sign in to comment.