Skip to content

Commit

Permalink
add btn color to hero
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Sep 12, 2023
1 parent 89d8e52 commit ec44d3d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/sass/hugolify-theme-2.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Theme 2
@import "theme/base/typography"
@import "theme/components/casestudy"
@import "theme/components/hero"
@import "theme/components/post"
@import "theme/components/project"
@import "theme/components/publication"
5 changes: 5 additions & 0 deletions assets/sass/theme/components/_hero.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.hero-content
.btn:first-of-type
@extend .btn-secondary
& + a
color: $quaternary
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugolify-theme-2",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://www.hugolify.io",
"repository": "https://github.com/hugolify/hugolify-theme-2",
"bugs": {
Expand Down

0 comments on commit ec44d3d

Please sign in to comment.