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