Make all post headers white
This commit is contained in:
parent
dc3c3d6284
commit
b8c1bf5a77
|
@ -60,7 +60,7 @@ The content `<div>` is where all your content goes.
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: #333;
|
color: #FFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 2.5em 2em 0;
|
padding: 2.5em 2em 0;
|
||||||
border-bottom: 1px solid #00000088;
|
border-bottom: 1px solid #00000088;
|
||||||
|
|
|
@ -10,7 +10,7 @@ title: "Nani"
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12 col-sm-6 col-md-8 col-centered">
|
<div class="col-xs-12 col-sm-6 col-md-8 col-centered">
|
||||||
<h1 class="display-1 text-white">
|
<h1 class="display-1">
|
||||||
Welcome to nani.wtf
|
Welcome to nani.wtf
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue