Skip to content

Commit

Permalink
fix(inoreader): article text & progress bar (#1319)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Philippot <[email protected]>
  • Loading branch information
Thomas-Philippot and Thomas Philippot authored Sep 20, 2024
1 parent 4a7fd0a commit 4504286
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/inoreader/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name inoreader Catppuccin
@namespace github.com/catppuccin/userstyles/styles/inoreader
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/inoreader
@version 0.0.3
@version 0.0.4
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/inoreader/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainoreader
@description Soothing pastel theme for inoreader
Expand Down Expand Up @@ -106,6 +106,7 @@
.inno_toolbar_button,
#sb_rp_heading,
.article_header_text,
.article_content,
.profile_menu_themes_heading,
.inno_toolbar_switcher_button:hover,
#sb_rp_heading span.icon16,
Expand All @@ -131,6 +132,12 @@
color: @text !important;
}

.progress {
--bs-progress-bar-color: @accent-color;
--bs-progress-bar-bg: @accent-color;
--bs-bar-bg: @overlay1;
}

.text-muted-color {
color: @subtext0 !important;
}
Expand Down

0 comments on commit 4504286

Please sign in to comment.