Hello, I wonder if somebody could help please.
I'm using the following standard stylesheet on my Kobo Aura H20
body {color:black;
background-color:rgb(255,255,255);
text-align:justify;
line-height:1.2;
font-family: “Bookerly”;
font-weight: normal;
font-style: normal;
margin-top:1em;
margin-bottom:1em;
padding:0;
margin-right:1em;
margin-left:1em;
text-indent:2em;}
p {margin: 0;
padding: 0;}
h1, h2, h3, h4, h5, h6
{color:black;
font-size: 20px;
font-family: "Bookerly";
text-align:center;
font-style:normal;
font-weight:bold;}
and it renders the headings the right size, but in grey rather than in black as should be shown below.
https://i.imgur.com/YzBx3Ra.jpg
Does anybody know how I can turn the headings to black please?