Skip to content

Commit

Permalink
[BUGFIX] Fix color for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziumper committed Dec 13, 2024
1 parent 5ea4a84 commit 31c1484
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 14 additions & 0 deletions _sass/_portfolio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@
.btn.btn-amber:hover {
color: var(--global-hover-text-color);
}

.post {
.links {
padding-bottom: 30px;

.btn.btn-amber {
color: var(--global-back-to-top-text-color);
}

.btn.btn-amber:hover {
color: var(--global-text-color);
}
}
}
6 changes: 0 additions & 6 deletions _sass/_projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,3 @@
color: var(--global-theme-color);
}
}

.post {
.links {
padding-bottom: 30px;
}
}

0 comments on commit 31c1484

Please sign in to comment.