Skip to content

Commit c75c374

Browse files
committed
Highlight pattern class headers in reference
1 parent fb1c2d8 commit c75c374

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: src/components/PatternsList.jsx

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ const StyledPatterns = styled.div`
2121
color: ${props => props.theme.header};
2222
margin-top: 2.5rem;
2323
}
24+
25+
h3 {
26+
border-bottom: 1px solid ${props => props.theme.text};
27+
color: ${props => props.theme.header};
28+
padding-bottom: 1rem;
29+
}
2430
`;
2531

2632
const PatternsList = () => {

Diff for: src/styles/themes/theme.dark.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const themeDark = {
3636
toggleActiveBorder: C.SILVER,
3737

3838
// text and header
39-
header: C.GRAY,
39+
header: C.WILD_SAND,
4040
text: C.SILVER,
4141

4242
border: C.TUNDORA

0 commit comments

Comments
 (0)