Skip to content

Commit 1154b7d

Browse files
text colour update
1 parent edfbc5e commit 1154b7d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

_sass/custom/custom.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
$green-tf: #558b2f;
12
a {
2-
color: $green-100;
3+
color: $green-tf;
34
}
45
::selection {
5-
background: $green-000;
6+
background: $green-tf;
7+
}
8+
.search-input:focus + .search-icon {
9+
fill: $green-tf;
610
}
711
.navigation,
812
.site-title,

0 commit comments

Comments
 (0)