Restyle H1 and anchors for better styling across the site

This commit is contained in:
Thomas Wade 2018-10-30 10:08:51 +10:30
parent fe686c4478
commit 7015e0050f

View File

@ -26,9 +26,13 @@ a
{
font-weight: 600;
padding-right: 2px;
padding-left: 2px;
text-decoration: none;
color: #000;
color: #fff;
background-color: #000;
}
input,
@ -59,6 +63,24 @@ button:disabled
background-color: #888;
}
h1
{
font-size: 45px;
line-height: 50px;
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px;
padding-right: 5px;
padding-left: 5px;
color: #fff;
background-color: #000;
box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000;
}
.centreColumn
{
position: relative;
@ -126,6 +148,7 @@ button:disabled
{
float: right;
}
.navButtons a
{
display: block;
@ -201,17 +224,12 @@ button:disabled
box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000;
}
.post .titleContainer
{
padding-left: 10px;
}
.post .title
{
font-size: 45px;
line-height: 50px;
display: inline;
margin-left: 0; /* Compensate for default H1 style */
padding: 0;
}
.post .meta