Steps to replicate the issue (include links if applicable):
- Open https://de.wikipedia.org/w/index.php?title=Cser%C3%A9pfalu&oldid=242082922&useskin=vector and https://de.wikipedia.org/w/index.php?title=Cser%C3%A9pfalu&action=history&useskin=vector
What happens?:
The font size of the old revision message (first example) and the compare revisions button (second example) is too big compared to the font size of the content. Content text uses var(--font-size-small, 0.875rem) and the codex elements var(--font-size-medium, 1rem). Both values fall back to the hardcoded value because the token is not defined.
What should have happened instead?:
Like in monobook, the codex elements should use the small font size instead of the medium one.

