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.css | |
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.css')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 121d0a7eab4..c60b5dc396c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -117,7 +117,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); |