Skip to content

Commit bc3bfbb

Browse files
committed
remove background colors
1 parent dcd9a77 commit bc3bfbb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

explorer/components/PageFooter.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export const PageFooter: React.FC = () => {
2727
}
2828

2929
const Container = styled.footer.attrs({ className: 'Explorer__PageFooter__Container'})`
30-
background: #f8f8f8;
31-
border-top: 1px solid #e5e5e5;
3230
margin-top: 24px;
3331
padding: 24px;
3432
`

explorer/components/PageHeader.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ export const PageHeader: React.FC = () => {
1313
}
1414

1515
const Container = styled.header.attrs({ className: 'Explorer__PageHeader__Container'})`
16-
background: #f8f8f8;
17-
border-bottom: 1px solid #e5e5e5;
1816
font-size: 48px;
1917
font-weight: bold;
2018
padding: 24px;
21-
22-
a:visited {
23-
color: currentColor;
24-
}
2519
`
2620

2721
const Explorer = styled.span.attrs({ className: 'Explorer__PageHeader__Explorer'})`

0 commit comments

Comments
 (0)