style changes

This commit is contained in:
sejo 2022-01-08 20:22:41 -06:00
parent 6d7003753d
commit 7a4cf173f9
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,10 @@
body {
padding: 1em;
font-family: sans-serif;
hyphens: auto;
adobe-hyphenate: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-epub-hyphens: auto;
}
pre{
background-color: #eee;
@ -18,6 +22,7 @@ h1,h2,h3{
font-family: serif;
}
th,td{
border-width: 3px;
border-style:ridge;
padding:5px;
}