Skip to content

Commit da87cf7

Browse files
text formatting update
1 parent edfbc5e commit da87cf7

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

_sass/custom/custom.scss

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
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,
913
.site-footer {
1014
width: 270px;
1115
}
16+
blockquote {
17+
border: 1px solid;
18+
border-radius: 4px;
19+
color: $green-tf;
20+
font-weight: bold;
21+
font-size: large;
22+
margin-left: 0;
23+
padding: 0.4em;
24+
}
25+
blockquote>p {
26+
margin-bottom: 0;
27+
}

0 commit comments

Comments
 (0)