diff options
author | Christopher Ng <chrng8@gmail.com> | 2021-10-14 08:28:54 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2021-10-19 04:59:36 +0000 |
commit | 3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e (patch) | |
tree | 5519fb218db5daa3d0e16198f600d5646f7d0b1a /apps/theming | |
parent | 309354852f12ae88d5eef05d311d6ebcba8ee762 (diff) | |
download | nextcloud-server-3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e.tar.gz nextcloud-server-3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e.zip |
Profile frontend
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/theming.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 5117ff753c2..81b1b1a87ec 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -109,8 +109,14 @@ $invert: luma($color-primary) > 0.6; background-image: $image-logo; } -#body-user #header, #body-settings #header, #body-public #header { - @include faded-background; +#body-user, +#body-settings, +#body-public { + #header, + .profile__header, + .preview-card__header { + @include faded-background; + } } #body-login, |