File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -1314,15 +1314,6 @@ code {
13141314 --recommended-badge-background : hsl (var (--ifm-color-info-hue ), 70% , 96.8% );
13151315 --recommended-badge-border : hsl (var (--ifm-color-info-hue ), 56% , 85.5% );
13161316
1317- [data-theme = 'dark' ] & {
1318- --recommended-badge-background : hsl (
1319- var (--ifm-color-info-hue ),
1320- 46% ,
1321- 11.5%
1322- );
1323- --recommended-badge-border : hsl (var (--ifm-color-info-hue ), 40% , 36% );
1324- }
1325-
13261317 position : relative;
13271318 z-index : 1 ;
13281319 display : inline-block;
@@ -1338,6 +1329,11 @@ code {
13381329 }
13391330}
13401331
1332+ [data-theme = 'dark' ] .featured-actions > ul .recommended-badge {
1333+ --recommended-badge-background : hsl (var (--ifm-color-info-hue ), 46% , 11.5% );
1334+ --recommended-badge-border : hsl (var (--ifm-color-info-hue ), 40% , 36% );
1335+ }
1336+
13411337.image-grid > p {
13421338 display : grid;
13431339 grid-template-columns : repeat (
You can’t perform that action at this time.
0 commit comments