User:Cake/vector.css: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-parser-output {
/* Override the current CSS variable */
     max-inline-size: 80ch;
:root {
    margin: auto;
     --text-color: hsl(36 30% 62% / 1);
}
}


#content {
#content > * {
     margin-inline: 10em;
     max-inline-size: 100ch;
}
}


.vector-body {
.vector-body {
     font-size: 16px;
     font-size: 15px;
}
}

Latest revision as of 21:25, 25 November 2024

/* Override the current CSS variable */
:root {
    --text-color: hsl(36 30% 62% / 1);
}

#content > * {
    max-inline-size: 100ch;
}

.vector-body {
    font-size: 15px;
}