User:Cake/vector.css: Difference between revisions
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: | ||
/* Override the current CSS variable */ | |||
:root { | |||
--text-color: hsl(36 30% 62% / 1); | |||
} | } | ||
#content { | #content > * { | ||
max-inline-size: 100ch; | |||
} | } | ||
.vector-body { | .vector-body { | ||
font-size: | font-size: 15px; | ||
} | } |