File tree 1 file changed +15
-7
lines changed
1 file changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
2
2
3
3
html {
4
- background-color : # 121B22 ;
5
- color : # e0ffe5 ;
4
+ background-color : # F4FFF7 ;
5
+ color : # 112236 ;
6
6
font-size : 1em ;
7
7
line-height : 1.4 ;
8
8
}
86
86
.header-container ,
87
87
.footer-container ,
88
88
.main aside {
89
- background : # 0A1013 ;
89
+ background-color : # 112236 ;
90
+ border-bottom : 3px solid # 0FCB63 ;
90
91
}
91
92
92
93
header {
@@ -104,7 +105,9 @@ section {
104
105
}
105
106
106
107
aside {
108
+ color : # f4fff7 ;
107
109
text-align : center;
110
+ border-radius : 3px ;
108
111
}
109
112
110
113
aside .logo {
@@ -121,7 +124,7 @@ aside .logo {
121
124
122
125
h1 , h2 , h3 , h4 {
123
126
font-family : 'Nunito' , sans-serif;
124
- color : # 19F28A ;
127
+ color : # 112236 ;
125
128
font-weight : 300 ;
126
129
letter-spacing : 0.055em ;
127
130
}
@@ -130,18 +133,23 @@ h1 {
130
133
margin : 0.5rem 0 ;
131
134
}
132
135
133
- article h1 {
134
- color : # E0FFE5 ;
136
+ h1 . title {
137
+ color : # 19F28A ;
135
138
}
136
139
137
140
h2 {
138
141
font-size : 1.65rem ;
139
142
margin-bottom : 0.3rem ;
143
+ color : # 04A43C ;
144
+ }
145
+
146
+ aside h2 {
147
+ color : # 19F28A ;
140
148
}
141
149
142
150
h3 {
143
151
font-style : italic;
144
- margin : -0.75 em 0 0.75em ;
152
+ margin : -0.15 em 0 0.75em ;
145
153
}
146
154
147
155
p {
You can’t perform that action at this time.
0 commit comments