Skip to content

Commit

Permalink
Change color of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziumper committed Nov 14, 2024
1 parent f742408 commit 56997b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/_projects.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.projects {
h2.category {
color:var(--global-theme-color);
color: var(--global-theme-color);
}
}

.btn-sm {
color: var(--global-code-bg-color);
}

0 comments on commit 56997b2

Please sign in to comment.