Skip to content

Commit

Permalink
ui: adapt the style of hexo-blog-encrypt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Oct 17, 2023
1 parent 626296e commit 0a30fc4
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion source/css/layout/article-content.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ $spacer-padding = 2rem
width 100%
height 100%


&.show-toc {
.pc-post-toc {
display block
Expand Down Expand Up @@ -391,4 +390,32 @@ $spacer-padding = 2rem
max-height calc(100vh - calc(var(--header-shrink-height) + var(--components-spacing)))
}
}

.hbe-container {

.hbe-input-field {
color var(--text-color-3) !important
background var(--background-color-3) !important
}


.hbe-input-label {
&::before {
display none !important
}

&::after {
background var(--text-color-4) !important
}

.hbe-input-label-content {
color var(--text-color-4) !important
}
}


.hbe-button {
margin-top 2rem
}
}
}

0 comments on commit 0a30fc4

Please sign in to comment.