Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Jul 26, 2024
1 parent 9645d95 commit ee5f324
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/inoreader/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
}

.bg-alt {
background-color: @yellow;
background: @yellow !important;
}

Expand All @@ -206,7 +205,7 @@

.tabs-counter {
background-color: @blue !important;
outline: none !important;
outline-color: @blue !important;
color: @mantle;
}

Expand Down Expand Up @@ -341,7 +340,7 @@
.view_style_2 #reader_pane .ar.article_current_3way,
.view_style_2 #reader_pane .ar.article_expanded {
box-shadow: none;
border: 1px solid @text;
border-color: @text;
}

.article_magazine_content {
Expand Down

0 comments on commit ee5f324

Please sign in to comment.