aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/application.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 4fa722327..5386e3bb3 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -35,6 +35,7 @@ body {
35 font-family: $main-fonts; 35 font-family: $main-fonts;
36 font-weight: $font-regular; 36 font-weight: $font-regular;
37 color: var(--mainForegroundColor); 37 color: var(--mainForegroundColor);
38 background-color: var(--mainBackgroundColor);
38 font-size: 14px; 39 font-size: 14px;
39} 40}
40 41