codex/resources/style-formatted.css

37 lines
454 B
CSS
Raw Normal View History

body {
2021-08-21 17:52:20 +00:00
color: FG;
background: NORMALBG;
font-family: serif;
margin: 2em;
2021-08-06 15:47:40 +00:00
max-width: 50em;
margin-left: 4em;
2021-08-06 15:47:40 +00:00
margin-right: 4em;
}
a {
2021-08-21 17:52:20 +00:00
color: FG;
text-decoration: none;
}
a:hover {
color: NORMALBG;
2021-08-21 17:52:20 +00:00
background: FG;
}
2021-08-06 21:05:05 +00:00
pre {
background: CODEBG;
padding: 0.5em;
}
code {
2021-08-21 17:52:20 +00:00
background: CODEBG;
padding: 0.2em;
}
hr {
width: 50%;
border-top: 0px;
text-align: left;
margin-left: 0;
}