P
philmckrackon
Guest
I'm working on replicating an old VB style in Xen. I have been able to inspect and change item #1 and #2, (colors and thickness just set temporarily for testing and clarity) in extra.less via
Code:
I'm having trouble changing #3 (ALL blocks background) to color rgb(247,244,231) because I...
Read more
Continue reading...
Code:
Code:
/* Post message inner */
.message-inner {
border: 15px solid red;
border-radius: 10px
}
/* Post message block */
.block--messages {
border: 15px solid green;
border-radius: 10px
}
I'm having trouble changing #3 (ALL blocks background) to color rgb(247,244,231) because I...
Read more
Continue reading...