summaryrefslogtreecommitdiff
path: root/public
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 /public
parent908593022c229a667d0ff2625fd88b65d9331a46 (diff)
releasing-pypi-gitlab
Diffstat (limited to 'public')
-rw-r--r--public/style.css28
1 files changed, 15 insertions, 13 deletions
diff --git a/public/style.css b/public/style.css
index fc599ab..b010808 100644
--- a/public/style.css
+++ b/public/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
} \ No newline at end of file