MediaWiki:Minerva.css: Difference between revisions

From Ekatra Wiki
Jump to navigation Jump to search
(Created page with ": .page-heading { display: none; }")
 
No edit summary
Line 3: Line 3:
         display: none;
         display: none;
     }
     }
p.bookcover-heading {
    font-size: 29px;
    color: #861f23;
}
.mw-parser-output a.external {
    background-image: none !important;
}

Revision as of 16:56, 16 August 2024

/* All CSS here will be loaded for users of the MinervaNeue skin */
.page-heading {
        display: none;
    }
p.bookcover-heading {
    font-size: 29px;
    color: #861f23;
}
.mw-parser-output a.external {
    background-image: none !important;
}