Skip to content

Commit adaca5e

Browse files
committed
Add customs css style
Signed-off-by: Toomore Chiang <toomore0929@gmail.com>
1 parent fdf34ae commit adaca5e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ nav = [
7474
#
7575
# Read more: https://zensical.org/docs/customization/#additional-css
7676
#
77-
#extra_css = ["assets/stylesheets/extra.css"]
77+
extra_css = ["assets/stylesheets/extra.css"]
7878

7979
# With the `extra_javascript` option you can add your own JavaScript to your
8080
# project to customize the behavior according to your needs.

zh-tw/assets/stylesheets/extra.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
html.js-focus-visible.js body header.md-header.md-header--shadow nav.md-header__inner.md-grid {
2+
padding: 0 2rem;
3+
}

0 commit comments

Comments
 (0)