make nested quotes stack opacity

This commit is contained in:
2025-08-04 03:17:07 +03:00
parent 7702384c40
commit e33d26c6dc
2 changed files with 3 additions and 2 deletions

View File

@ -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 {