File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
margin : 0 ;
3
3
}
4
4
5
- html ,
6
- body {
5
+ html {
6
+ background-color : # 22252b ;
7
7
height : 100% ;
8
8
}
9
9
10
10
body {
11
+ background-color : # 111217 ;
11
12
display : flex;
12
13
flex-direction : column;
14
+ height : 100% ;
13
15
}
14
16
15
17
.right {
@@ -23,12 +25,12 @@ body {
23
25
}
24
26
25
27
header {
26
- border-bottom : 1px solid # fff ;
28
+ border-bottom : 1px solid # 383a41 ;
27
29
height : 60px ;
28
30
min-height : 60px ;
29
31
padding : 0 10px ;
30
32
31
- background-color : # 16191f ;
33
+ background-color : # 22252b ;
32
34
color : # eee ;
33
35
font-family : Helvetica Neue, Roboto, Arial, sans-serif;
34
36
font-size : 24px ;
@@ -59,6 +61,7 @@ header a {
59
61
}
60
62
61
63
.content p {
64
+ color : # d5dbdb ;
62
65
font-family : Helvetica Neue, Roboto, Arial, sans-serif;
63
66
font-size : 20px ;
64
67
line-height : 1.8rem ;
@@ -67,13 +70,13 @@ header a {
67
70
}
68
71
69
72
footer {
70
- border-top : 1px solid # fff ;
73
+ border-top : 1px solid # 383a41 ;
71
74
flex-shrink : 0 ;
72
75
height : 40px ;
73
76
overflow-y : hidden;
74
77
padding : 0 10px ;
75
78
76
- background-color : # 16191f ;
79
+ background-color : # 22252b ;
77
80
color : # d5dbdb ;
78
81
font-family : Helvetica Neue, Roboto, Arial, sans-serif;
79
82
font-size : 12px ;
You can’t perform that action at this time.
0 commit comments