Some styles

This commit is contained in:
Vlyan
2021-01-04 17:26:59 +01:00
parent f61a95e6fc
commit 3b261f5d10
3 changed files with 27 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,6 +8,29 @@ body {
}
}
/* Chat */
#chat-log .message.ic {
background-color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.75);
}
#chat-log .message.ic .message-header {
color: rgba(0, 0, 0, 0.75);
}
#chat-log .message.emote {
background-color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.75);
}
#chat-log .message.emote .message-header {
color: rgba(0, 0, 0, 0.75);
}
#chat-log .message {
background-color: rgba(195, 165, 130, 0.5);
color: rgba(0, 0, 0, 0.75);
}
#chat-log .message .message-header {
color: rgba(0, 0, 0, 0.75);
}
/* Windows */
.window-app {
.window-content {