2
0

Change design of rich text elements in web UI (#32633)

This commit is contained in:
Eugen Rochko
2024-10-24 09:28:22 +02:00
committed by GitHub
parent 97b18d10b4
commit d11231a420
4 changed files with 75 additions and 8 deletions

View File

@@ -76,4 +76,7 @@ body {
--background-color-tint: rgba(255, 255, 255, 80%);
--background-filter: blur(10px);
--on-surface-color: #{transparentize($ui-base-color, 0.65)};
--rich-text-container-color: rgba(255, 216, 231, 100%);
--rich-text-text-color: rgba(114, 47, 83, 100%);
--rich-text-decorations-color: rgba(255, 175, 212, 100%);
}