Bigger font and dark backgroun in home header

Fix #2
This commit is contained in:
fabrixxm 2018-02-19 11:30:05 +01:00
parent d3f89ae410
commit b55f3e2447
1 changed files with 3 additions and 3 deletions

View File

@ -2731,7 +2731,8 @@
}
#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;
height: 3.25em;
left: 0;
@ -2775,7 +2776,7 @@
padding: 0 0.75em;
color: inherit;
text-decoration: none;
font-size: .8em;
font-size: 1em;
}
#header a:hover {
@ -2981,7 +2982,6 @@
padding: 0;
}
#banner h1 .fa-friendica {