forked from friendica/friendica-wp-theme
Increase font size and weight in header
This commit is contained in:
parent
ae6c09ae84
commit
42037256e8
|
@ -2733,7 +2733,6 @@
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
color: rgba(255,255,255,0.8);
|
color: rgba(255,255,255,0.8);
|
||||||
background-color: rgba(0,0,0,0.2);
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
height: 3.25em;
|
height: 3.25em;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -2965,7 +2964,7 @@
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
padding: 12em 0 10em 0;
|
padding: 12em 0 10em 0;
|
||||||
background-image: url('../../images/banner-blu.orig.jpg');
|
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%), url('../../images/banner-blu.orig.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
/*background-attachment: fixed;*/
|
/*background-attachment: fixed;*/
|
||||||
|
@ -2976,7 +2975,7 @@
|
||||||
|
|
||||||
#banner h1 {
|
#banner h1 {
|
||||||
font-size: 3.5em;
|
font-size: 3.5em;
|
||||||
font-weight: 100;
|
font-weight: 400;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: 0 0 0.5em 0;
|
margin: 0 0 0.5em 0;
|
||||||
|
|
Loading…
Reference in a new issue