forked from friendica/friendica-wp-theme
parent
d3f89ae410
commit
b55f3e2447
|
@ -2731,7 +2731,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#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;
|
||||||
|
@ -2775,7 +2776,7 @@
|
||||||
padding: 0 0.75em;
|
padding: 0 0.75em;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: .8em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
|
@ -2983,7 +2984,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#banner h1 .fa-friendica {
|
#banner h1 .fa-friendica {
|
||||||
color: #FEBF19;
|
color: #FEBF19;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue