aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/atelier-heath.css
diff options
context:
space:
mode:
authorrand0x0m <java.util.Random@protonmail.com>2018-10-07 20:45:20 +0200
committerrand0x0m <java.util.Random@protonmail.com>2018-10-07 20:45:20 +0200
commit1ed6cf945f0a1d375993c6d811457fdd0cbeb990 (patch)
treedb003e715142d2df273d8912a1bf115210ba5f6b /client/schemes/atelier-heath.css
parentAdded hooks, modules and cleaned up code (diff)
downloadhackchat-1ed6cf945f0a1d375993c6d811457fdd0cbeb990.tar.gz
hackchat-1ed6cf945f0a1d375993c6d811457fdd0cbeb990.zip
Updated style 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;