diff --git a/_static/syncthing.css b/_static/syncthing.css index 636462ea7..bd62aa450 100644 --- a/_static/syncthing.css +++ b/_static/syncthing.css @@ -1,3 +1,8 @@ +/* These don't get the default font size from the theme for whatever reason. */ +.rst-content blockquote, .rst-content li { + font-size: 18px; + line-height: 27px; +} .strike { text-decoration: line-through; }