소스 검색

260108 editor樣式調整

OMEGA\lulufj.ho 3 주 전
부모
커밋
53a0b3f6d3
1개의 변경된 파일26개의 추가작업 그리고 0개의 파일을 삭제
  1. 26
    0
      resources/css/app.css

+ 26
- 0
resources/css/app.css 파일 보기

@@ -9,3 +9,29 @@
9 9
     --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
10 10
         'Segoe UI Symbol', 'Noto Color Emoji';
11 11
 }
12
+.lexical__h2 {
13
+    font-size: 32px;
14
+    font-weight: 700
15
+}
16
+
17
+.lexical__h3 {
18
+    font-size: 26px
19
+}
20
+
21
+.lexical__h4 {
22
+    font-size: 24px;
23
+    margin: 0;
24
+    line-height: 2.5
25
+}
26
+
27
+.lexical__h5 {
28
+    font-size: 20px;
29
+}
30
+
31
+.lexical__paragraph {
32
+    font-size: 16px;
33
+}
34
+
35
+ul {
36
+    font-size: 16px;
37
+}