diff --git a/resources/components/darkmode.less b/resources/components/darkmode.less index 150dd13d..6f9b8e2f 100644 --- a/resources/components/darkmode.less +++ b/resources/components/darkmode.less @@ -181,6 +181,12 @@ #p-namespaces ul li a:after { filter: invert( 1 ); } + + .suggestion-title, + .suggestion-description { + background: @dark-bg-20; + background: linear-gradient(to right, @dark-bg-40 8%, @dark-bg-30 38%, @dark-bg-40 54%); + } } @media only screen and ( max-width: 1290px ) and ( prefers-color-scheme: dark ) {