Skip to content

Commit

Permalink
v0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Nov 23, 2024
1 parent b768f9c commit e0077eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pages/guides/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ match the non-default/alpha on launch.
--navbar-text-color: hex/rgb(a);
--navbar-fa-icon-color: hex/rgb(a);
--navbar-btn-hover-outline-color: hex/rgb(a);
--navbar-header-margin: hex/rgb(a);
--navbar-header-border-radius: hex/rgb(a);
--navbar-header-mobile-x-margin: hex/rgb(a);
--navbar-header-mobile-y-margin: hex/rgb(a);
--nav-mobile-offset: px;
--nav-offset: px;
```
Expand Down Expand Up @@ -311,6 +315,7 @@ match the non-default/alpha on launch.

#### Side Nav
```css
--side-nav-width: hex/rgb(a);
--side-nav-bg-color: hex/rgb(a);
--side-nav-mobile-bg-color: hex/rgb(a);
--side-nav-openclose-transition: s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
key: '0.8.3',
content: (
<a href="https://github.com/Kareadita/Kavita/releases/latest" target="_blank">
🎉 Kavita v0.8.3 is released. Read more →
🎉 Kavita v0.8.4 is released. Read more →
</a>
)
},
Expand Down

0 comments on commit e0077eb

Please sign in to comment.