Skip to content

Commit c0d1bb5

Browse files
aditi-khare-mongoDBnbbeeken
authored andcommitted
website redesign start
1 parent a3ee7e2 commit c0d1bb5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

etc/docs/template/layouts/partials/hero.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<div class="row">
44
<div class="col-md-2"></div>
55
<div class="col-md-6">
6-
<h2>MongoDB Node.JS Driver</h2>
6+
<h2>MongoDB Node.js Driver</h2>
77
<p>
8-
The next generation Node.JS driver for MongoDB
8+
The next generation Node.js driver for MongoDB
99
</p>
1010
<p>
1111
{{ range where $.Site.Data.releases.versions "version" $.Site.Data.releases.current }}{{ $.Scratch.Set "qs.currentReleasedVersion" . }}{{end }}

etc/docs/template/static/s/css/frontpage.css

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ body {
22
font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
33
margin: 0;
44
padding: 0;
5-
color: #494747;
5+
color: black;
66
font-size: 16px;
77
-webkit-font-smoothing: antialiased;
8-
background-color: #f3f4eb;
9-
color: #4c3a2c;
8+
background-color: white;
9+
color: black;
1010
padding-top: 50px;
1111
}
1212

@@ -40,7 +40,7 @@ dt {
4040
left: 0;
4141
width: 100%;
4242
font-size: 31px;
43-
background-color: #3b291f;
43+
background-color: black;
4444
color: white;
4545
margin: 0;
4646
padding: 0;
@@ -109,7 +109,7 @@ div.gsc-input-box,
109109
.gsc-input input.gsc-input:-moz-input-placeholder,
110110
.gsc-input input.gsc-input::-moz-input-placeholder,
111111
.gsc-input input.gsc-input:-ms-input-placeholder {
112-
color: #CCC;
112+
color: black;
113113
}
114114

115115
/* Clear search button */
@@ -168,7 +168,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc-
168168
}
169169

170170
.footer a {
171-
color: #989898;
171+
color: black;
172172
text-decoration: underline;
173173
}
174174

@@ -178,15 +178,15 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc-
178178
}
179179

180180
.footer .box {
181-
background-color: #f5f6f7;
181+
background-color: white;
182182
min-height: 20px;
183183
padding: 15px;
184184
margin-bottom: 20px;
185185
text-align: left;
186186
}
187187

188188
.footer .box a {
189-
color: #333;
189+
color: black;
190190
text-decoration: none;
191191
}
192192

@@ -219,8 +219,8 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc-
219219
/* Hero Styles */
220220

221221
#hero {
222-
background-color: #666;
223-
color: #f3f4eb;
222+
background-color: #023430;
223+
color: white ;
224224
border-bottom: 1px solid #313030;
225225
padding: 12px 0px;
226226
}
@@ -257,14 +257,14 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc-
257257

258258
.btn-mongo:hover {
259259
color: white;
260-
border-color:#34302d;
260+
border-color:black;
261261
box-shadow:none;
262262
text-decoration:none;
263263
}
264264

265265
.btn-dark {
266-
border: 2px solid #3b291f;
267-
background-color: #3b291f;
266+
border: 2px solid black;
267+
background-color: black;
268268
color: white;
269269
border-radius: 0;
270270
}

0 commit comments

Comments
 (0)