Skip to content

Commit 85350f8

Browse files
committed
Synchronized build
1 parent 640e94a commit 85350f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
<div class="container">
163163
<div class="hero-title column is-12 is-paddingless">
164164
<h1>
165-
We have been building <span class="has-text-forest-green">free software</span> at <span class="has-text-gold">Creative Commons (CC)</span> for over a decade.
165+
We have been building <span class="has-text-forest-green">free software</span> at <span class="has-text-orange">Creative Commons (CC)</span> for over a decade.
166166
</h1>
167167
</div>
168168
<div class="columns margin-right-0">

static/gen/style.css

+3
Original file line numberDiff line numberDiff line change
@@ -10319,6 +10319,9 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
1031910319
opacity: 1;
1032010320
}
1032110321

10322+
.hero .hero-title .has-text-orange {
10323+
color: rgb(251, 119, 41);
10324+
}
1032210325
.hero .hero-links .button {
1032310326
text-decoration: none;
1032410327
display: inline-block;

0 commit comments

Comments
 (0)