g2e/templates/style.css

19 lines
194 B
CSS
Raw Normal View History

2021-12-14 19:10:39 +00:00
body{
padding: 1em;
font-family:sans-serif;
}
pre{
background-color: #fee;
padding:1em;
overflow-x: auto;
}
blockquote{
font-style: italic;
}
th,td{
border-style:ridge;
padding:5px;
}