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 {
|
||||
margin: 0;
|
||||
color: #333;
|
||||
color: #FFF;
|
||||
text-align: center;
|
||||
padding: 2.5em 2em 0;
|
||||
border-bottom: 1px solid #00000088;
|
||||
|
|
|
@ -10,7 +10,7 @@ title: "Nani"
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<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
|
||||
</h1>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue