notes for Adjust backend css in silverstripe:
in editor.css add this: /* Import the common styles from typography like link colors. */ @import 'app.css'; /* We want the backend editor to have a bigger font as well though */ .typography * { font-size: 150% }