Make all post headers white

main
Oystein Kristoffer Tveit 2022-10-16 07:42:39 +02:00
parent dc3c3d6284
commit b8c1bf5a77
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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>