Skip to content

Commit

Permalink
variablize header color
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Dec 3, 2024
1 parent 639c60d commit 00ddb33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const toggleSize = () => {
</template>
<style scoped>
.header {
background-color: #ddd;
background-color: var(--p-surface-200);
}
.header div {
margin: 0 1rem;
Expand Down

0 comments on commit 00ddb33

Please sign in to comment.