Skip to content

CSS fixes for dark themes

This fixes the appearance of some elements in the add-ons section when using a dark theme, like Adwaita-dark, as described in #265 (closed). The fix bases the background color on '@theme_bg_color' to account for the themed text color contrast.

Current state: Dark-theme-broken With Fix: Dark-theme-fixed

TODO:

  • fix background-color of .category_page_header_filter_box
  • fix background-color of .application-details-infobar
  • fix background-color of .application-details-infobar.info
  • fix color of .application-details-infobar.warning
Edited by Dave Olsthoorn

Merge request reports