diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-11-19 14:22:17 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-11-19 14:22:17 +0000 |
| commit | 0eda60eeb49f4fa460fe6f9f6196ddbb014427c7 (patch) | |
| tree | 29afd57c3fb71d02ee1f1460ae22c50b53bdff2b /src/components/status/status.vue | |
| parent | aa1b812484917c542eca416120420a77e068e260 (diff) | |
| parent | 28efd7d862d3fb890969448479d3034af7201170 (diff) | |
Merge branch 'greentext-strikes-back' into 'develop'
⑨ Added greentext support ⑨
Closes #9
See merge request pleroma/pleroma-fe!994
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 65778b2e..d291e762 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -606,7 +606,7 @@ $status-margin: 0.75em; height: 100%; mask: linear-gradient(to top, white, transparent) bottom/100% 70px no-repeat, linear-gradient(to top, white, white); - // Autoprefixed seem to ignore this one, and also syntax is different + /* Autoprefixed seem to ignore this one, and also syntax is different */ -webkit-mask-composite: xor; mask-composite: exclude; } @@ -752,7 +752,8 @@ $status-margin: 0.75em; } .greentext { - color: green; + color: $fallback--cGreen; + color: var(--cGreen, $fallback--cGreen); } .status-conversation { |
