From: Raphaƫl Huchet Date: Sat, 29 Apr 2017 10:42:56 +0000 (+0200) Subject: Added a base font size X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~58^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fd19163c9e32d919549196dd2d2b07f197f21457;p=cargo.git Added a base font size --- diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 5ed49be72..46b0343ea 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -17,6 +17,7 @@ body { -webkit-align-items: center; align-items: center; font-family: sans-serif; + font-size: 16px; } a { color: #00ac5b; text-decoration: none; }