Change design of rich text elements in web UI (#32633)
This commit is contained in:
parent
97b18d10b4
commit
d11231a420
4 changed files with 75 additions and 8 deletions
|
@ -116,4 +116,7 @@ $font-monospace: 'mastodon-font-monospace' !default;
|
|||
--error-background-color: #{darken($error-red, 16%)};
|
||||
--error-active-background-color: #{darken($error-red, 12%)};
|
||||
--on-error-color: #fff;
|
||||
--rich-text-container-color: rgba(87, 24, 60, 100%);
|
||||
--rich-text-text-color: rgba(255, 175, 212, 100%);
|
||||
--rich-text-decorations-color: rgba(128, 58, 95, 100%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue