1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 16:18:11 +00:00
bitcoinbook/theme/epub/epub.css

17 lines
401 B
CSS
Raw Normal View History

2023-10-24 14:58:16 +00:00
td.fakeheader {
font-family: "MyriadPro-SemiboldCond" !important;
font-weight: 600 !important;
color: White !important;
background-color: Black !important;
border: 0pt solid cmyk(0%,0%,0%,100%);
2023-10-25 17:40:02 +00:00
}
/*--Table lines--*/
table td.right, th.right { border-right: 0.25pt solid cmyk(0%,0%,0%,100%); }
2023-11-02 20:15:15 +00:00
/* roman (reverse emphasis) on varlist terms*/
.plain {
font-style: normal;
}