make nested quotes stack opacity
This commit is contained in:
@ -240,7 +240,7 @@ blockquote {
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border-left: 10px solid rgb(229.84, 231.92, 227.28);
|
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 {
|
.user-info {
|
||||||
|
@ -291,7 +291,8 @@ blockquote {
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border-left: 10px solid $lighter;
|
border-left: 10px solid $lighter;
|
||||||
background-color: $dark2;
|
// background-color: $dark2;
|
||||||
|
background-color: #00000026;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-info {
|
.user-info {
|
||||||
|
Reference in New Issue
Block a user