mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
11 lines
319 B
CSS
11 lines
319 B
CSS
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%);
|
|
}
|
|
|
|
/*--Table lines--*/
|
|
table td.right, th.right { border-right: 0.25pt solid cmyk(0%,0%,0%,100%); }
|