From e33d26c6dc5aa733af3a15a0cb37906106a8a155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Mon, 4 Aug 2025 03:17:07 +0300 Subject: [PATCH] make nested quotes stack opacity --- data/static/style.css | 2 +- sass/style.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/static/style.css b/data/static/style.css index bc0c2fa..dd7b4bd 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -240,7 +240,7 @@ blockquote { margin: 10px; border-radius: 4px; border-left: 10px solid rgb(229.84, 231.92, 227.28); - background-color: rgb(135.1928346457, 145.0974015748, 123.0025984252); + background-color: rgba(0, 0, 0, 0.1490196078); } .user-info { diff --git a/sass/style.scss b/sass/style.scss index e5aa2fc..8cdeaef 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -291,7 +291,8 @@ blockquote { margin: 10px; border-radius: 4px; border-left: 10px solid $lighter; - background-color: $dark2; + // background-color: $dark2; + background-color: #00000026; } .user-info {