Update cyber-pss.css

This commit is contained in:
RKeaves 2025-04-26 12:57:59 -05:00
parent 4edeadade9
commit fb81e8fd51
1 changed files with 7 additions and 0 deletions

View File

@ -799,6 +799,13 @@ transform: scale(1.1); /* Increase size by 10% */
PANELS, CARDS, FORMS, BUTTONS 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 */ /* Panels */
.panelV2 { .panelV2 {
background: #272727; background: #272727;