Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
Line 35: Line 35:
}
}


/* 🦵 Fix the Footer Icon */
#footer-poweredbyico {
    display: flex; /* Ensure it aligns properly */
    justify-content: center; /* Center it */
    align-items: center; /* Align vertically */
    padding: 10px 0; /* Add spacing */
}
/* 🖼 Ensure the icon is properly sized */
#footer-poweredbyico img {
    max-width: 150px; /* Adjust as needed */
    height: auto;
    display: block;
    margin: auto;
}


/* 🌑 Dark Theme */
/* 🌑 Dark Theme */