Skip to content

Commit e9b39f7

Browse files
committed
custom bulma colors
1 parent 5fc8ff1 commit e9b39f7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_includes/about.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<section class="hero is-fullheight has-text-centered has-background-black-bis" id="about">
22
<div class="hero-body">
33
<div class="container">
4+
<div class=" has-text-centered has-text-grey-light">
5+
<h2>Meet the SeaHawk II</h2>
6+
</div>
47
<div class="columns">
58
<div class="column is-one-fifth-desktop is-one-fifth-tablet is-one-fifth-fullhd">
69
<figure class="image">
@@ -13,13 +16,12 @@
1316
<div class="container columns is-centered">
1417
<div>
1518
<a href="{{site.url}}{{site.baseurl}}/#contact"
16-
class="button is-rounded is-uppercase has-text-weight-normal is-black is-outlined">Contact
17-
Me</a>
19+
class="button is-rounded has-text-weight-normal is-black is-outlined">Learn More</a>
1820
</a>
1921
</div>
2022
<div>
2123
<a href="{{site.url}}{{site.baseurl}}/blog"
22-
class="button is-rounded is-uppercase has-text-weight-normal is-black is-outlined">Blog</a>
24+
class="button is-rounded has-text-weight-normal is-primary-55 is-outlined">What's New</a>
2325
</a>
2426
</div>
2527
</div>

_sass/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body {
1010
transition: all 0.25s ease;
1111
}
1212

13-
13+
$primary: hsl(254, 91, 71)
1414

1515
/* width */
1616
::-webkit-scrollbar {

0 commit comments

Comments
 (0)