Update cyber-pss.css
This commit is contained in:
parent
4edeadade9
commit
fb81e8fd51
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue