diff options
Diffstat (limited to 'FrontEnd/src/components/index.css')
-rw-r--r-- | FrontEnd/src/components/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/components/index.css b/FrontEnd/src/components/index.css index a8f5e9a5..eb1f5b46 100644 --- a/FrontEnd/src/components/index.css +++ b/FrontEnd/src/components/index.css @@ -9,7 +9,7 @@ body {
font-family: var(--cru-default-font-family);
background: var(--cru-body-background-color);
- color: var(--cru-text-primary-color);
+ color: var(--cru-text-major-color);
line-height: 1.2;
}
|