2
0

Change design of quote posts in web UI (#35584)

This commit is contained in:
Eugen Rochko
2025-07-30 17:53:42 +02:00
committed by GitHub
parent 39250ab961
commit 92bf55afd0
7 changed files with 210 additions and 109 deletions

View File

@@ -12,6 +12,8 @@ body {
--background-color: #fff;
--background-color-tint: rgba(255, 255, 255, 80%);
--background-filter: blur(10px);
--surface-variant-background-color: #f1ebfb;
--surface-border-color: #cac4d0;
--on-surface-color: #{color.adjust($ui-base-color, $alpha: -0.65)};
--rich-text-container-color: rgba(255, 216, 231, 100%);
--rich-text-text-color: rgba(114, 47, 83, 100%);