Browse Source

Grey pre background on index

master
Dylan Baker 5 years ago
parent
commit
055d308511
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      templates/index.html.tera

+ 5
- 0
templates/index.html.tera View File

@@ -6,6 +6,11 @@
6 6
         margin: auto;
7 7
         max-width: 500px;
8 8
       }
9
+
10
+      pre {
11
+        background: #f5f5f5;
12
+        padding: 5px;
13
+      }
9 14
     </style>
10 15
     <meta name="viewport" content="width=device-width">
11 16
   </head>

Loading…
Cancel
Save