forked from indymedia/epicyon
Fix title stroke width
parent
eba44e1485
commit
aa1371f043
2
base.css
2
base.css
|
@ -2359,7 +2359,7 @@ ul.button-bar{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: oblique;
|
font-style: oblique;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
-webkit-text-stroke-width: 3px;
|
-webkit-text-stroke-width: 1px;
|
||||||
-webkit-text-stroke-color: #000000;
|
-webkit-text-stroke-color: #000000;
|
||||||
paint-order: stroke fill;
|
paint-order: stroke fill;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Reference in New Issue