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
commit 92bf55afd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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%);