diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7093afdf5..be098c214 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,5 +46,11 @@ repos: - id: deptry args: [".", "--per-rule-ignores", "DEP002=python-docs-theme", "--package-module-name-map", "gitpython=git,sphinx-lint=sphinxlint"] + - repo: https://github.com/djlint/djLint + rev: v1.36.4 + hooks: + - id: djlint-reformat-jinja + - id: djlint-jinja + ci: autoupdate_schedule: quarterly diff --git a/djlint.toml b/djlint.toml new file mode 100644 index 000000000..7eab3e9aa --- /dev/null +++ b/djlint.toml @@ -0,0 +1,2 @@ +ignore="J018" +indent=2 diff --git a/src/style.css b/src/style.css index 14bd515f5..702ef73a5 100644 --- a/src/style.css +++ b/src/style.css @@ -42,6 +42,12 @@ body { outline-offset: 8px; } +.navbar-brand a span { + font-size: 1.25rem; + font-weight: 700; + color: #4a4a4a; +} + .nav-link svg { vertical-align: middle; margin-top: -4.5px; @@ -102,6 +108,9 @@ ul.links-row li:not(:first-child)::before { content: '•'; margin-right: 0.5ch; } +ul.links-row a { + color: #1178cc; +} /* ------------------------------ Index ------------------------------------- */ diff --git a/templates/base.html.jinja b/templates/base.html.jinja index e90f7b19e..e2a773ecd 100644 --- a/templates/base.html.jinja +++ b/templates/base.html.jinja @@ -1,70 +1,87 @@ - + - -
- - - - -