Skip to content

Commit bb6809a

Browse files
authored
Merge pull request #838 from SumaiyaaRq/feature/Improve-heading-contrast
Feature: Improve Color Contrast for Headings Using Style Guide Colors
2 parents 7628c37 + 528f21e commit bb6809a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

content/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block_content:
77
#### hero ####
88
title:
99

10-
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.
10+
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.
1111
----
1212
links:
1313

webpack/sass/home-page.scss

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// Title styling within the hero section
66
.hero-title {
77
@extend .padding-horizontal-big;
8+
.has-text-orange{
9+
color:rgb(251 119 41);
10+
}
811
}
912

1013
// Description styling within the hero section

0 commit comments

Comments
 (0)