Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiJessica committed Jan 1, 2025
1 parent 27f8912 commit e1bbe01
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:root {
--md-primary-fg-color: #f6e3bb;
--md-primary-bg-color: #5f5357;

--md-typeset-a-color: #c2a672;

--md-footer-bg-color: var(--md-primary-bg-color);
}
15 changes: 9 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
site_name: Chictf-Writeups
site_author: YanhuiJessica
site_url: https://yanhuijessica.github.io/Chictf-Writeups/
copyright: Copyright © 2020 - 2024 YanhuiJessica
copyright: Copyright © 2020 - 2025 YanhuiJessica

# Repository
repo_name: 'YanhuiJessica/Chictf-Writeups'
Expand Down Expand Up @@ -212,8 +212,8 @@ theme:
custom_dir: docs/overrides
language: 'zh'
palette:
primary: 'white'
accent: 'red'
primary: 'custom'
accent: 'orange'
icon:
logo: material/school
features:
Expand Down Expand Up @@ -254,9 +254,12 @@ plugins:
- eggs

extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js

extra_css:
- stylesheets/extra.css

extra:
generator: false
Expand Down

0 comments on commit e1bbe01

Please sign in to comment.