diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/style.css | 28 | 
1 files changed, 15 insertions, 13 deletions
diff --git a/templates/style.css b/templates/style.css index c5c545b..71d74d5 100644 --- a/templates/style.css +++ b/templates/style.css @@ -17,21 +17,23 @@ body {    overflow-y: scroll;  } -.singlespaced { -  line-height: 1; -} - -.horizontal { -    display: flex; -    list-style-type: none; -    padding: 0; -    justify-content: space-between; +h2 { +  font-size: 16px;  } -.tab30 { -  margin-left: 30px; +pre { +  width: 80ch; +  padding: 15px; +  margin-left: auto; +  margin-right: auto; +  overflow: auto; +  overflow-y: hidden; +  font-size: 15.3px; +  background: #111314; +  border: 1px solid #c5c8c6;  } -.tab60 { -  margin-left: 60px; +code { +  background: #111314; +  color: #de935f  }  | 
