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