Changed to match BLSE colour scheme

This commit is contained in:
Joshua Boniface 2017-02-22 00:22:02 -05:00
parent 07ed437b4a
commit 0d94cdb729
1 changed files with 17 additions and 15 deletions

View File

@ -1736,10 +1736,10 @@ html {
body { body {
height: 100%; height: 100%;
max-height: 100%; max-height: 100%;
font-family: "Times New Roman", serif; font-family: sans-serif;
font-size: 1.5rem; font-size: 1.4rem;
line-height: 1.6em; line-height: 1.6em;
color: black; } color: #fef6eb; }
a.fa { a.fa {
text-decoration: none; } text-decoration: none; }
@ -1779,7 +1779,8 @@ h3, h4, h5, h6 {
margin-bottom: 0%; } margin-bottom: 0%; }
h1 { h1 {
font-size: 3rem; padding-top: 1rem;
font-size: 2.6rem;
line-height: 1.2em; line-height: 1.2em;
letter-spacing: -2px; letter-spacing: -2px;
text-indent: -3px; } text-indent: -3px; }
@ -1816,7 +1817,7 @@ a.btn {
background-color: #444444; background-color: #444444;
border-radius: 6px; border-radius: 6px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
color: white; color: #fef6eb;
display: inline-block; display: inline-block;
font-size: 16px; font-size: 16px;
letter-spacing: 1px; letter-spacing: 1px;
@ -1826,7 +1827,7 @@ a.btn {
position: relative; position: relative;
margin-top: 2rem; margin-top: 2rem;
cursor: pointer; cursor: pointer;
font-family: 'Oswald', sans-serif; font-family: sans-serif;
text-transform: uppercase; text-transform: uppercase;
font-weight: lighter; } font-weight: lighter; }
@ -2051,8 +2052,8 @@ ul li {
height: 100%; height: 100%;
margin-bottom: 0rem; margin-bottom: 0rem;
text-align: center; text-align: center;
color: white; color: #fef6eb;
background: #666666 no-repeat center center; background: #525564 no-repeat center center;
background-size: cover; } background-size: cover; }
#blog-logo img { #blog-logo img {
@ -2080,18 +2081,18 @@ ul li {
font-size: 1.8rem; font-size: 1.8rem;
line-height: 1.5em; line-height: 1.5em;
font-weight: 300; font-weight: 300;
font-family: "Times New Roman", serif; font-family: sans-serif;
letter-spacing: 0; } letter-spacing: 0; }
.post-holder { .post-holder {
width: 100%; width: 100%;
height: 100%; height: 100%;
background: #f2efe8; background: #74828f;
position: relative; } position: relative; }
.oneOff { .oneOff {
background: #666666; background: #525564;
color: #fff; } color: #fef6eb; }
/* Every post, on every page, gets this style on its <article> tag */ /* Every post, on every page, gets this style on its <article> tag */
.post { .post {
@ -2126,7 +2127,7 @@ a.fn-item {
opacity: 0.7; } opacity: 0.7; }
.white { .white {
color: white; } color: #fef6eb; }
a.fn-item:hover { a.fn-item:hover {
color: #9FD067; } color: #9FD067; }
@ -2236,7 +2237,8 @@ a.fn-item.active {
position: relative; position: relative;
margin: 4rem 0 0 0; margin: 4rem 0 0 0;
padding: 4rem 0 0 0; padding: 4rem 0 0 0;
border-top: #EBF2F6 1px solid; } /* border-top: #EBF2F6 1px solid; */
}
.post-footer h4 { .post-footer h4 {
font-size: 1.8rem; font-size: 1.8rem;
@ -2336,7 +2338,7 @@ a.fn-item.active {
line-height: 1.5em; line-height: 1.5em;
color: #BBC7CC; color: #BBC7CC;
text-align: center; text-align: center;
background: #22343A; } background: #74828f; }
.site-footer a { .site-footer a {
color: #BBC7CC; color: #BBC7CC;