mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 13:05:45 +00:00
18 lines
362 B
CSS
18 lines
362 B
CSS
/* Custom CSS */
|
|
|
|
code {
|
|
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
|
|
background-color: #D8D8D8;
|
|
padding: 0 0.25em 0 0.25em;
|
|
}
|
|
|
|
pre.fragment {
|
|
display: block;
|
|
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
|
|
padding: 1rem;
|
|
word-break: break-all;
|
|
word-wrap: break-word;
|
|
white-space: pre;
|
|
background-color: #D8D8D8;
|
|
}
|