g2e/templates/style.css

19 lines
186 B
CSS
Raw Normal View History

2021-12-14 19:10:39 +00:00
body{
padding: 1em;
}
pre{
2021-12-15 02:27:23 +00:00
background-color: #eee;
2021-12-14 19:10:39 +00:00
overflow-x: auto;
}
blockquote{
font-style: italic;
}
2021-12-15 02:27:23 +00:00
main h1{
font-size:xx-large;
}
2021-12-14 19:10:39 +00:00
th,td{
border-style:ridge;
padding:5px;
}