Skip to content

Commit

Permalink
Fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Divy1211 committed Oct 25, 2023
1 parent ec059a7 commit c9832ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
.md-nav__link .md-nav__link--index, .md-nav--secondary .md-nav__title { background: unset !important; box-shadow: unset !important; }
.md-nav__link.md-nav__container { background: unset !important; box-shadow: unset !important; }

@media screen {
[data-md-color-scheme=slate] {
--md-admonition-bg-color: #222222;
}
}

.md-header {
box-shadow: 0px 0px 15px -5px #000000 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js

extra_css:
- ./css/style.css
- ./style.css

0 comments on commit c9832ff

Please sign in to comment.