瀏覽代碼

Grey plaintext background, header styles

master
Dylan Baker 5 年之前
父節點
當前提交
c3509724e6
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      templates/snippets/show.tera

+ 4
- 0
templates/snippets/show.tera 查看文件

@@ -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…
取消
儲存