MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 1,680: Line 1,680:
         width: 100% !important;
         width: 100% !important;
     }
     }
}
/* Dark Mode adjustment for the darker featured card gradient */
html.skin-theme-clientpref-night .bc-card[style*="background: linear-gradient"] {
    background: linear-gradient(135deg, #162426 0%, #1e1e1e 100%) !important;
    border-color: #2a3d40 !important;
}
}