diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-06-14 13:38:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-06-14 13:38:24 +0000 |
| commit | 8a15900c81eb6d1e1ec7f5f77868211f4da354e0 (patch) | |
| tree | d3c44a148beb1db855a3b235de42bdcc77c6af43 /src/components/settings_modal | |
| parent | 7de56a8063e6c8ef1c0f3bbe87428f5887c38485 (diff) | |
| parent | c0a4752bd5435f7c99cc711a111bd45b8d85a1fc (diff) | |
Merge branch 'themes-fixes' into 'develop'
Several small fixes
Closes #866 and #864
See merge request pleroma/pleroma-fe!1145
Diffstat (limited to 'src/components/settings_modal')
| -rw-r--r-- | src/components/settings_modal/tabs/theme_tab/theme_tab.vue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/theme_tab/theme_tab.vue b/src/components/settings_modal/tabs/theme_tab/theme_tab.vue index fcfad23b..d14f854c 100644 --- a/src/components/settings_modal/tabs/theme_tab/theme_tab.vue +++ b/src/components/settings_modal/tabs/theme_tab/theme_tab.vue @@ -256,6 +256,13 @@ :label="$t('settings.links')" /> <ContrastRatio :contrast="previewContrast.postLink" /> + <ColorInput + v-model="postGreentextColorLocal" + name="postGreentextColor" + :fallback="previewTheme.colors.cGreen" + :label="$t('settings.greentext')" + /> + <ContrastRatio :contrast="previewContrast.postGreentext" /> <h4>{{ $t('settings.style.advanced_colors.alert') }}</h4> <ColorInput v-model="alertErrorColorLocal" |
