html {
filter: hue-rotate(245deg);
}
html .dragon {
background: url(https://i.imgur.com/ccNHCJY.png);
filter: hue-rotate(-245deg);
}
html .dragon.dragon-right {
background-position: 100% -256px;
}
html .pillar, html .message-content.js-messageContent {
filter: hue-rotate(-245deg);
}
html .pillar.pillar-left {
background: url(https://i.imgur.com/xE9poSF.png) 0 0 repeat-y;
}
html .pillar.pillar-right {
background: url(https://i.imgur.com/elmGL0X.png) 0 0 repeat-y;
}
html .message-content.js-messageContent .bbCodeBlock-title {
background: #0a0a3e;
color: white;
}
html .message-content.js-messageContent .bbCodeBlock {
background: #0b0b47;
border-left: 2px solid white;
}