소스 검색

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
       }
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…
취소
저장