aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/atelier-heath.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-10-08 23:27:47 +0200
committerGitHub <noreply@github.com>2018-10-08 23:27:47 +0200
commit523925fb3932c7892d9641e1992c3edf93823b72 (patch)
tree854d9953cc1853ac55fbd8e39e86426b20266570 /client/schemes/atelier-heath.css
parentMerge pull request #38 from MinusGix/master (diff)
parentUpdated style to handle messages that refer to the user. (diff)
downloadhackchat-523925fb3932c7892d9641e1992c3edf93823b72.tar.gz
hackchat-523925fb3932c7892d9641e1992c3edf93823b72.zip
Merge pull request #39 from rand0x0m/update-style
Style update to handle messages that refer to the user.
Diffstat (limited to 'client/schemes/atelier-heath.css')
-rw-r--r--client/schemes/atelier-heath.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/schemes/atelier-heath.css b/client/schemes/atelier-heath.css
index 5c6a77f..c580cd0 100644
--- a/client/schemes/atelier-heath.css
+++ b/client/schemes/atelier-heath.css
@@ -6,8 +6,11 @@ input,
textarea {
color: #ab9bab;
}
-.messages {
- border-color: #776977;
+.message {
+ border-left: 1px solid rgba(119, 105, 119, 0.5);
+}
+.refmessage {
+ border-left: 1px solid rgba(119, 105, 119, 1);
}
.nick {
color: #516aec;