diff --git a/_includes/_hero.html b/_includes/_hero.html index 3dcdd6b..6ad22d0 100644 --- a/_includes/_hero.html +++ b/_includes/_hero.html @@ -18,15 +18,10 @@

Past Editions + Scala Days 2025
-
- - - -
- diff --git a/_sass/_user-styles.scss b/_sass/_user-styles.scss index 21121bb..f5b8349 100644 --- a/_sass/_user-styles.scss +++ b/_sass/_user-styles.scss @@ -118,13 +118,7 @@ .hero-cta { a { - &:first-child { - @extend .btn-primary; - } - - &:nth-child(2n) { - @extend .btn-outline-light; - } + @extend .btn-primary; } }