diff options
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss index 02a3d5310..7beebcea4 100644 --- a/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss +++ b/app/javascript/flavours/glitch/styles/monsterfork/components/formatting.scss @@ -165,4 +165,17 @@ margin-bottom: 0; }; } + p[data-name="footer"] { + color: lighten($dark-text-color, 15%); + font-style: italic; + font-size: 12px; + text-align: right; + margin-bottom: 4px; + } } + +.status__content { + p:nth-last-child(2), pre:nth-last-child(2), blockquote:nth-last-child(2) { + margin-bottom: 0px; + } +} \ No newline at end of file |