Skip to content

Commit

Permalink
Fix contents_style bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pronist committed Aug 8, 2022
1 parent dfe40b0 commit e35ee9f
Show file tree
Hide file tree
Showing 7 changed files with 12,025 additions and 31 deletions.
4 changes: 2 additions & 2 deletions app.pug
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ html#__hELLO(lang='ko' data-theme='#')
link(rel='stylesheet' href='//cdn.jsdelivr.net/npm/[email protected]/dist/css/uikit.min.css')
link(rel='stylesheet' href='//cdn.jsdelivr.net/gh/wan2land/d2coding/d2coding-ligature-full.css' media='print' onload=`this.media='all'`)

link(rel='stylesheet' href='//cdn.jsdelivr.net/gh/pronist/[email protected].1/themes/[##_var_light-theme_##].min.css')
link(rel='stylesheet' href='//cdn.jsdelivr.net/gh/pronist/[email protected].1/themes/[##_var_dark-theme_##].min.css')
link(rel='stylesheet' href='//cdn.jsdelivr.net/gh/pronist/[email protected].2/themes/[##_var_light-theme_##].min.css')
link(rel='stylesheet' href='//cdn.jsdelivr.net/gh/pronist/[email protected].2/themes/[##_var_dark-theme_##].min.css')

link#__hljs(rel='stylesheet' href='#')

Expand Down
4 changes: 1 addition & 3 deletions assets/styl/App.styl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
outline none
word-break break-all

html,
h1, h2, h3, h4, h5, :not(pre) > code,
input, textarea
html, h1, h2, h3, h4, h5, :not(pre) > code, input, textarea
font-family 'Noto Sans KR', sans-serif

html
Expand Down
3 changes: 3 additions & 0 deletions assets/styl/App/Main/Post/_Post/_Content.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
.contents_style
text-align left
margin-top 50px
padding 0
position relative
z-index 1
font-family 'Noto Sans KR', sans-serif
div[data-ke-type=moreLess], >
p
blockquote[data-ke-style=style2],
Expand Down Expand Up @@ -139,6 +141,7 @@
background-color var(--h-color-background-level-2) !important
padding 15px
font-family 'D2Coding'
border 0
@media screen and (max-width: 1200px)
margin-top 25px
div[data-ke-type=moreLess], >
Expand Down
3 changes: 1 addition & 2 deletions assets/themes/dark/permalink.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ html[data-theme='dark']
.image, a::after
filter brightness(0) invert(1)
&[data-ke-type=opengraph]
.og-text
background var(--h-color-background-level-2)
background var(--h-color-background-level-2)
2 changes: 1 addition & 1 deletion docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<skin>
<information>
<name>hELLO</name>
<version>3.6.1</version>
<version>3.6.2</version>
<description>
<![CDATA[ⓒ 2020-2022. Sangwoo Jeong.]]>
</description>
Expand Down
Loading

0 comments on commit e35ee9f

Please sign in to comment.