mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-05 04:35:04 -05:00
22 lines
301 B
CSS
22 lines
301 B
CSS
body {
|
|
font-family: sans-serif;
|
|
background-color: white;
|
|
}
|
|
|
|
.documentHeading {
|
|
text-align: center;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.sectionHeading {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.subsectionHeading {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.action {
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
} |