Skip to content

Commit b6e796a

Browse files
AmenityAmenity
Amenity
authored and
Amenity
committed
Draft of phosphorjs#29
1 parent 822fb01 commit b6e796a

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

index-redux/css/main.css

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
22

33
html {
4-
background-color: #121B22;
5-
color: #e0ffe5;
4+
background-color: #F4FFF7;
5+
color: #112236;
66
font-size: 1em;
77
line-height: 1.4;
88
}
@@ -86,7 +86,8 @@ body {
8686
.header-container,
8787
.footer-container,
8888
.main aside {
89-
background: #0A1013;
89+
background-color: #112236;
90+
border-bottom: 3px solid #0FCB63;
9091
}
9192

9293
header {
@@ -104,7 +105,9 @@ section {
104105
}
105106

106107
aside {
108+
color: #f4fff7;
107109
text-align: center;
110+
border-radius: 3px;
108111
}
109112

110113
aside .logo {
@@ -121,7 +124,7 @@ aside .logo {
121124

122125
h1, h2, h3, h4 {
123126
font-family: 'Nunito', sans-serif;
124-
color: #19F28A;
127+
color: #112236;
125128
font-weight: 300;
126129
letter-spacing: 0.055em;
127130
}
@@ -130,18 +133,23 @@ h1 {
130133
margin: 0.5rem 0;
131134
}
132135

133-
article h1 {
134-
color: #E0FFE5;
136+
h1.title {
137+
color: #19F28A;
135138
}
136139

137140
h2 {
138141
font-size: 1.65rem;
139142
margin-bottom: 0.3rem;
143+
color: #04A43C;
144+
}
145+
146+
aside h2 {
147+
color: #19F28A;
140148
}
141149

142150
h3 {
143151
font-style: italic;
144-
margin: -0.75em 0 0.75em;
152+
margin: -0.15em 0 0.75em;
145153
}
146154

147155
p {

0 commit comments

Comments
 (0)