diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-12 11:23:11 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-13 16:13:01 +0200 |
commit | 264adf0c3bb8876dde04b2fb93c5554aae91aa9c (patch) | |
tree | a89b7bc0ebdeb725c14cb90d7b62af1fa0c61ce6 /core/src/views/Profile.vue | |
parent | b8a7ab9941352e48123ba82038081f119beb5147 (diff) | |
download | nextcloud-server-264adf0c3bb8876dde04b2fb93c5554aae91aa9c.tar.gz nextcloud-server-264adf0c3bb8876dde04b2fb93c5554aae91aa9c.zip |
Fix profile and add gradient-primary-background
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src/views/Profile.vue')
-rw-r--r-- | core/src/views/Profile.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/views/Profile.vue b/core/src/views/Profile.vue index a8d6522b435..9173e5bb820 100644 --- a/core/src/views/Profile.vue +++ b/core/src/views/Profile.vue @@ -312,6 +312,8 @@ $content-max-width: 640px; position: sticky; height: 190px; top: -40px; + background-color: var(--color-primary); + background-image: var(--gradient-primary-background); &__container { align-self: flex-end; @@ -576,6 +578,9 @@ $content-max-width: 640px; display: flex; justify-content: center; gap: 0 4px; + a { + filter: var(--background-invert-if-dark); + } } } |