Browse Source

Grey plaintext background, header styles

master
Dylan Baker 5 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,6 +8,9 @@
8 8
       }
9 9
 
10 10
       .header {
11
+        align-items: baseline;
12
+        display: flex;
13
+        justify-content: space-between;
11 14
         padding: 15px;
12 15
       }
13 16
 
@@ -17,6 +20,7 @@
17 20
       }
18 21
 
19 22
       pre {
23
+        background-color: #f5f5f5;
20 24
         counter-reset: line;
21 25
         font-size: 16px;
22 26
         padding: 15px;

Loading…
Cancel
Save