Skip to content

Commit

Permalink
fix: changed the stabbing color of the toTop Button and toc
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-sirconic committed Dec 19, 2023
1 parent fa1b846 commit 642fa1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ This theme can offer:

* Custom Navigation
* Dynamically created Footer with Font Awesome Icons and Social Links
* Flexible customizable Footer-Sidebar (above the Footer) where you can include up to 5 elements. You can choose between 4 premade ones and self created ones
* optional, flexible and customizable Footer-Sidebar (above the Footer)
* include up to 5 elements in the Footer-sidebar, choosen between 4 premade ones and self created ones
* SEO best practices via [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag)
* Javascript free besides the optional search page
* Javascript free besides the optional search page and the optional comments
* supports tags and categories
* offers an archive
* Carefully designed posts for almost all Markup elements
* Activateable TOC and to the TOP Buttons for each post
* Mobile Friendly
* Highly Customizable
* optional server-free [Comments](https://www.aleksandrhovhannisyan.com/blog/jekyll-comment-system-github-issues/#how-to-add-comments-to-a-jekyll-blog) with Github Issues (hosted on Github)

![Horizon Flow Screenshots](https://papierkorp.github.io/jekyll-theme-horizon-flow/screenshot.png)

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ navigation:
url: /search.html

footer_sidebar:
enabled: false
enabled: true
auto: true
arrangement:
- description
Expand Down
4 changes: 2 additions & 2 deletions _sass/layouts/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
padding: 16px;

i {
color: $accent-color;
color: $primary-color;
font-size: 1.8em;
}
}
Expand Down Expand Up @@ -207,7 +207,7 @@ article {

#tocMenuButtonLabel {
font-size: 2em;
color: $accent-color;
color: $primary-color;
position: fixed;
bottom: 0;
right: 0;
Expand Down

0 comments on commit 642fa1f

Please sign in to comment.