Skip to content

Commit

Permalink
Fix navbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
erogluorhan committed Feb 21, 2024
1 parent b60dea0 commit ae0cc04
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 3 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
exclude: >
(?x)^(
\.vscode/settings\.json|
sphinx_pythia_theme\static\sphinx-pythia-theme.min.css
)$
repos:

Expand Down
2 changes: 1 addition & 1 deletion sphinx_pythia_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{%- block content %}
{%- block docs_navbar %}
<header class="navbar navbar-dark navbar-expand-lg bg-dark fixed-top bd-header shadow" id="navbar-main">
<header class="bd-header navbar navbar-dark navbar-expand-lg bg-dark fixed-top bd-navbar shadow" id="navbar-main">
{%- include "sections/header.html" %}
</header>
{%- endblock %}
Expand Down
Loading

0 comments on commit ae0cc04

Please sign in to comment.