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
 
Line 1: Line 1:
/* Override the current CSS variable */
:root {
    --text-color: hsl(36 30% 62% / 1);
}
#content > * {
#content > * {
     max-inline-size: 100ch;
     max-inline-size: 100ch;

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;
}