Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc7f4c7c

Browse files
Yash-Singh1Koooooo-7anikethsahasy-records
authored
Fix font-size changing for code in headings (#1456)
Co-authored-by: Koy <koy@ko8e24.top>Co-authored-by: Anix <anik220798@gmail.com>Co-authored-by: 沈唁 <52o@qq52o.cn>
1 parent716a7fa commitc7f4c7c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

‎src/themes/dark.styl‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,13 @@ body
9999
border-radius2px
100100
color#657b83
101101
font-family'Roboto Mono',Monaco,courier,monospace
102-
font-size0.8rem
103102
margin02px
104103
padding3px5px
105104
white-spacepre-wrap
106105

106+
.markdown-section>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)code
107+
font-size0.8rem
108+
107109
.markdown-sectionpre
108110
-moz-osx-font-smoothinginitial
109111
-webkit-font-smoothinginitial

‎src/themes/dolphin.styl‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,13 @@ body
111111
border-radius2px
112112
color#e96900
113113
font-family'Roboto Mono',Monaco,courier,monospace
114-
font-size0.8rem
115114
margin02px
116115
padding3px5px
117116
white-spacepre-wrap
118117

118+
.markdown-section>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)code
119+
font-size0.8rem
120+
119121
.markdown-sectionpre
120122
-moz-osx-font-smoothinginitial
121123
-webkit-font-smoothinginitial

‎src/themes/vue.styl‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,13 @@ body
130130
.markdown-sectioncode
131131
border-radius2px
132132
color#e96900
133-
font-size0.8rem
134133
margin02px
135134
padding3px5px
136135
white-spacepre-wrap
137136

137+
.markdown-section>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)code
138+
font-size0.8rem
139+
138140
.markdown-sectionpre
139141
padding01.4rem
140142
line-height1.5rem

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp