Browse Source

Grey plaintext background, header styles

master
Dylan Baker 6 years ago
parent
commit
c3509724e6
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      templates/snippets/show.tera

+ 4
- 0
templates/snippets/show.tera View File

8
       }
8
       }
9
 
9
 
10
       .header {
10
       .header {
11
+        align-items: baseline;
12
+        display: flex;
13
+        justify-content: space-between;
11
         padding: 15px;
14
         padding: 15px;
12
       }
15
       }
13
 
16
 
17
       }
20
       }
18
 
21
 
19
       pre {
22
       pre {
23
+        background-color: #f5f5f5;
20
         counter-reset: line;
24
         counter-reset: line;
21
         font-size: 16px;
25
         font-size: 16px;
22
         padding: 15px;
26
         padding: 15px;

Loading…
Cancel
Save