-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
The font size on body is set to 15px. This means that when the browser is configured to display larger text some text in the databrowser will not scale accordingly.
This is obviously bad for accessibility.
The fix is rather simple, just set the bodies font size to 0.95rem, this way we keep the slightly smaller than default text size but it will scale up if the user needs it.