mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-22 16:35:25 +02:00
17 lines
270 B
CSS
17 lines
270 B
CSS
![]() |
code {
|
||
|
color: Crimson;
|
||
|
font-family: monaco,consolas,"courier new",monospace;
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
background-color: lightgrey;
|
||
|
width: auto;
|
||
|
overflow: auto;
|
||
|
padding: 25px;
|
||
|
border: 1px solid navy;
|
||
|
margin: 1em;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font: 15px arial, sans-serif;
|
||
|
}
|