mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-18 21:30:42 +00:00
28 lines
365 B
CSS
28 lines
365 B
CSS
|
|
.code {
|
|
font-family: monospace;
|
|
color: darkorange;
|
|
}
|
|
|
|
.codeTitle {
|
|
font-family: sans-serif;
|
|
padding: .3em;
|
|
margin-bottom: -1em;
|
|
background: #ffe;
|
|
border-color: #ccc;
|
|
border-width: 1px;
|
|
border-style: groove;
|
|
}
|
|
|
|
.highlight1 {
|
|
background: yellow;
|
|
}
|
|
|
|
.highlight2 {
|
|
background: pink;
|
|
}
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|