MediaWiki:Common.css: Difference between revisions

From Rhythm Game Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');


.dotted-underline {
.dotted-underline {

Revision as of 07:52, 6 December 2024

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

.dotted-underline {
    border-bottom: 1px dotted black;
    cursor: help;
}

.nowrap {
    white-space: nowrap;
}

.wrap-anywhere {
    overflow-wrap: anywhere;
}