Improve The Lounge MOTD contrast
This commit is contained in:
@@ -366,6 +366,37 @@ data:
|
|||||||
color: #ffe4a0;
|
color: #ffe4a0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat .msg[data-type="monospace_block"] .text {
|
||||||
|
background: rgba(8, 17, 30, 0.94);
|
||||||
|
border: 1px solid rgba(43, 138, 255, 0.22);
|
||||||
|
border-radius: 10px;
|
||||||
|
box-shadow: inset 3px 0 0 var(--fc-gold);
|
||||||
|
color: var(--fc-text);
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 1.7;
|
||||||
|
max-width: min(100%, 44rem);
|
||||||
|
padding: 10px 12px;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .msg[data-command="motd"] .text {
|
||||||
|
background:
|
||||||
|
linear-gradient(180deg, rgba(14, 30, 54, 0.96), rgba(8, 17, 30, 0.96)),
|
||||||
|
url("/packages/thelounge-theme-flowercore/bluejay-bg.svg");
|
||||||
|
border-color: rgba(255, 179, 0, 0.28);
|
||||||
|
color: #f4f8ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .msg[data-command="motd"] .from {
|
||||||
|
color: #9dd3ff;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chat .msg[data-command="motd"] a {
|
||||||
|
color: #8bc3ff;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .userlist,
|
#chat .userlist,
|
||||||
#form,
|
#form,
|
||||||
.mentions-popup,
|
.mentions-popup,
|
||||||
|
|||||||
Reference in New Issue
Block a user