diff --git a/cyber-pss.css b/cyber-pss.css index ebb6133..92257cf 100644 --- a/cyber-pss.css +++ b/cyber-pss.css @@ -799,6 +799,13 @@ transform: scale(1.1); /* Increase size by 10% */ PANELS, CARDS, FORMS, BUTTONS ================================================================= */ +/* undo the global article-preview rules inside the news panel */ +.panelV2.blocks__news .article-preview { + /* all: revert restores each property to whatever it would have been + without your earlier “all: unset” rule */ + all: revert !important; +} + /* Panels */ .panelV2 { background: #272727;