diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-09-24 00:02:50 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-09-28 17:12:56 +0000 |
commit | 295d03869eabcb67bddf14dbde09b36c2e291a18 (patch) | |
tree | 2fd3bbe9b080b2a7df031a6e808096339a554bc8 /core/css/styles.scss | |
parent | f6f0195a3f6643db871f9b857de5e6864a800863 (diff) | |
download | nextcloud-server-295d03869eabcb67bddf14dbde09b36c2e291a18.tar.gz nextcloud-server-295d03869eabcb67bddf14dbde09b36c2e291a18.zip |
Fix various theming bugs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index ad642dbc728..bfc570426c3 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -98,7 +98,6 @@ ul { } body { - background-color: var(--color-main-background); font-weight: normal; /* bring the default font size up to 15px */ font-size: var(--default-font-size); |