summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-05-17 17:02:34 -0500
committerBlaise Thompson <blaise@untzag.com>2020-05-17 17:02:34 -0500
commit3d70e7b6ff9c4993a3c2afe27cedb720adc01f90 (patch)
tree6129ec034e938b543e9ec08757531716f87bf7cb /templates
parent908593022c229a667d0ff2625fd88b65d9331a46 (diff)
releasing-pypi-gitlab
Diffstat (limited to 'templates')
-rw-r--r--templates/style.css28
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
}