diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 13:44:47 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:12:24 -0500 |
commit | 9a2f0131c6cddef3ef0e7faa73070945f0d4f452 (patch) | |
tree | c9393bd59493510d4c708b068111134ca7ef20a6 /app/javascript/flavours | |
parent | 5e3ea221a80d7498d4939386f072d933e6b23dda (diff) |
tag folding
Diffstat (limited to 'app/javascript/flavours')
-rw-r--r-- | app/javascript/flavours/glitch/styles/monsterpit.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterpit.scss b/app/javascript/flavours/glitch/styles/monsterpit.scss index 495c5c179..75d2691ad 100644 --- a/app/javascript/flavours/glitch/styles/monsterpit.scss +++ b/app/javascript/flavours/glitch/styles/monsterpit.scss @@ -7,6 +7,28 @@ font-size: 12px; text-align: right; } + details.tags { + color: lighten($dark-text-color, 20%); + font-size: 12px; + text-align: right; + + a { + color: darken($secondary-text-color, 20%); + } + } +} + +.composer--reply > .content { + p.signature { + color: $dark-text-color; + } + details.tags { + color: $dark-text-color; + + a { + color: darken($secondary-text-color, 50%); + } + } } div.media-caption { |