Skip to content

Commit de96f70

Browse files
author
samanera
committed
styles: section headers & links
- Remove ornament from section headers. - Set anchor color to purple. Closes: #21
1 parent 66e2c45 commit de96f70

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.section-heading {
2+
&::before {
3+
content: none;
4+
}
5+
}

app/packs/stylesheets/okbr/application.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
@import 'stylesheets/okbr/_footer_sub_hero.scss';
99
@import 'stylesheets/okbr/_highlighted_processes.scss';
1010
@import 'stylesheets/okbr/_how_to_participate.scss';
11+
@import 'stylesheets/okbr/_typography.scss';
1112

1213
body {
1314
font-family: 'HK Grotesk', sans-serif;

app/packs/stylesheets/okbr/variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ $color-cyan: #adffed;
44
$color-gray: #ececec;
55

66
$color-primary: $color-pink;
7+
$anchor-color: $color-purple;

0 commit comments

Comments
 (0)