Skip to content

Commit

Permalink
Ensured theme colors and alignments are more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
poppastring committed Aug 9, 2020
1 parent 3b2dc6b commit c17775a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using DasBlog.Web.Models.BlogViewModels;
@model ListPostsViewModel

<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark mt-lg-2">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic"><site-sub-title /></h1>
<p class="lead my-3"><site-description /></p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using DasBlog.Web.Models.BlogViewModels;
@model ListPostsViewModel

<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark mt-lg-2">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic"><site-sub-title /></h1>
<p class="lead my-3"><site-description /></p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using DasBlog.Web.Models.BlogViewModels;
@model ListPostsViewModel

<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-primary">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic"><site-sub-title /></h1>
<p class="lead my-3"><site-description /></p>
Expand Down
4 changes: 4 additions & 0 deletions source/DasBlog.Web.UI/Themes/fulcrum/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

a { color: forestgreen}

.bg-primary {
background-color: forestgreen !important
}

.blog-header {
line-height: 1;
border-bottom: 1px solid #e5e5e5;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using DasBlog.Web.Models.BlogViewModels;
@model ListPostsViewModel

<div class="jumbotron p-3 p-md-5 text-white rounded bg-dark">
<div class="jumbotron p-3 p-md-5 text-white rounded bg-primary mt-lg-2">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic"><site-sub-title /></h1>
<p class="lead my-3"><site-description /></p>
Expand Down

0 comments on commit c17775a

Please sign in to comment.