File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ export const PageFooter: React.FC = () => {
2727}
2828
2929const 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`
Original file line number Diff line number Diff line change @@ -13,15 +13,9 @@ export const PageHeader: React.FC = () => {
1313}
1414
1515const 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
2721const Explorer = styled . span . attrs ( { className : 'Explorer__PageHeader__Explorer' } ) `
You can’t perform that action at this time.
0 commit comments