diff --git a/source/css/layout/article-content.styl b/source/css/layout/article-content.styl index bb90b8c7..98b1ae06 100644 --- a/source/css/layout/article-content.styl +++ b/source/css/layout/article-content.styl @@ -14,7 +14,6 @@ $spacer-padding = 2rem width 100% height 100% - &.show-toc { .pc-post-toc { display block @@ -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 + } + } }