Changed colours
This commit is contained in:
parent
ede6879b75
commit
4343a50eac
|
@ -2052,7 +2052,7 @@ ul li {
|
||||||
margin-bottom: 0rem;
|
margin-bottom: 0rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: white;
|
color: white;
|
||||||
background: #777777 no-repeat center center;
|
background: #666666 no-repeat center center;
|
||||||
background-size: cover; }
|
background-size: cover; }
|
||||||
|
|
||||||
#blog-logo img {
|
#blog-logo img {
|
||||||
|
@ -2090,7 +2090,7 @@ ul li {
|
||||||
position: relative; }
|
position: relative; }
|
||||||
|
|
||||||
.oneOff {
|
.oneOff {
|
||||||
background: #234F76;
|
background: #666666;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
|
|
||||||
/* Every post, on every page, gets this style on its <article> tag */
|
/* Every post, on every page, gets this style on its <article> tag */
|
||||||
|
|
Loading…
Reference in New Issue