mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Fix footer color on "short" pages, recolor banner
This commit is contained in:
parent
2ccd73f3db
commit
fed51106c3
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ Theme Styles
|
||||||
body {
|
body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color:#373737;
|
color:#373737;
|
||||||
background: /*#212121;*/ #F0F1F2;
|
background: #212121;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
@ -320,7 +320,7 @@ p.banner {
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
color: #000;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue