@@ -4,16 +4,16 @@ import styled from 'styled-components'
4
4
import Section from './Section'
5
5
import LogoMobile from './LogoMobile'
6
6
import LogoDesktop from './LogoDesktop'
7
- import { theme } from 'styles/theme'
7
+ import { fonts , sizes } from 'styles/theme'
8
8
import { screen } from 'styles/screen'
9
9
10
10
const Wrapper = styled ( Section ) `
11
11
position: relative;
12
12
width: 100%;
13
13
14
14
${ screen . lg } {
15
- max-width: ${ theme . light . sizes . max } ;
16
- width: ${ theme . light . sizes . default } ;
15
+ max-width: ${ sizes . max } ;
16
+ width: ${ sizes . default } ;
17
17
}
18
18
`
19
19
@@ -34,8 +34,7 @@ const WrapperLogoMobile = styled.div`
34
34
`
35
35
36
36
const Nav = styled . nav `
37
- background: #e7ebef;
38
- color: ${ theme . light . colors . primary } ;
37
+ color: var(--text-secondary);
39
38
padding: 15px 15px 25px 15px;
40
39
margin: 0 auto;
41
40
text-transform: uppercase;
@@ -52,9 +51,9 @@ const Logo = styled.a`
52
51
width: 40%;
53
52
54
53
span {
55
- color: #6a7884 !important;
54
+ color: var(--text-seconday) !important;
56
55
display: inline-block;
57
- font-family: ${ theme . light . fonts . text } ;
56
+ font-family: ${ fonts . text } ;
58
57
font-size: 18px;
59
58
font-weight: bold;
60
59
letter-spacing: 0;
@@ -90,9 +89,9 @@ const Links = styled.div`
90
89
91
90
a {
92
91
padding: 0;
93
- color: #333b43 !important ;
92
+ color: var(--text-primary) ;
94
93
display: inline-block;
95
- font-family: ${ theme . light . fonts . title } ;
94
+ font-family: ${ fonts . title } ;
96
95
font-size: 12px;
97
96
font-weight: 600;
98
97
letter-spacing: 0;
0 commit comments