-
Notifications
You must be signed in to change notification settings - Fork 3.2k
How to add an empty box around each post #2905
-
Thanks for such a cool theme. I would like to add an empty box around each post for clear distinction. I have added a reference image about my idea. can you help me with this
Untitled 1
i would like to have something like this
Screenshot from 2025年03月17日 19-44-40
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
It might take a bit of experimentation, but it does appear that you should able to make that them by editing the existing theme variables. You can find them in _sass/theme
with _default.scss
being the default theme that's normally applied and _dark.scss
being the dark theme. Adding the changes a new theme and then setting the site_theme
setting in _config.yml
to the name of the theme (i.e., the filename without the .scss
extension) should work although you may need to disable to the toggle for light / dark mode.
Beta Was this translation helpful? Give feedback.