Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
Line 407: Line 407:
     }
     }
      
      
    /* ===== Headers (Orange Variants) ===== */
 
    h1, h2, h3, h4, h5, h6,
    .mw-body h1,
    .mw-body .mw-heading1,
    .mw-body-content h1,
    .mw-body-content .mw-heading1,
    .mw-body-content h2, .pi-title h2,
    .mw-body-content .mw-heading2,
    .mw-logo-wordmark,
    #firstHeadingTitle {
        font-family: 'Metamorphous', cursive;
        color: #FF6300; /* Bright Orange */
    }
      
      
     /* ===== Links ===== */
     /* ===== Links ===== */
Line 1,396: Line 1,384:
nav a:hover {
nav a:hover {
     text-decoration: underline; /* Hover effect */
     text-decoration: underline; /* Hover effect */
}
/* ===== Headers (Orange Variants) ===== */
h1, h2, h3, h4, h5, h6,
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2, .pi-title h2,
.mw-body-content .mw-heading2,
.mw-logo-wordmark,
#firstHeadingTitle {
    font-family: 'Metamorphous', cursive;
    color: #FF6300; /* Bright Orange */
}
}