User:Cake/vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".mw-parser-output { max-inline-size: 80ch; } .vector-body { font-size: 16px; }") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Override the current CSS variable */ | |||
max-inline-size: | :root { | ||
--text-color: hsl(36 30% 62% / 1); | |||
} | |||
#content > * { | |||
max-inline-size: 100ch; | |||
} | } | ||
.vector-body { | .vector-body { | ||
font-size: | font-size: 15px; | ||
} | } |