1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-22 16:35:25 +02:00
cdt/remote/org.eclipse.remote.doc.isv/css/style.css

17 lines
270 B
CSS
Raw Normal View History

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;
}