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

Loading…
Cancel
Save