diff --git a/templates/documentation.css b/templates/documentation.css index ac94a88..0f5321a 100644 --- a/templates/documentation.css +++ b/templates/documentation.css @@ -1,9 +1,10 @@ body{ background-color: rgb(255, 255, 255); + font-size: 100%; } #header{ - font-size: 40px; + font-size: 1em; color: rgb(0, 0, 0); }