-
{{ this.$props.username }}
@@ -338,6 +338,9 @@ export default {
.ownMessage .content {
background: rgba(184, 184, 184, 0.219);
}
+.ownMessage .content.halloween {
+ background: rgba(255, 135, 31, 0.43);
+}
.ownMessage .date {
color: rgb(209, 209, 209);
}
@@ -442,10 +445,14 @@ export default {
transition: 0.1s;
cursor: pointer;
}
+
.username:hover {
color: rgb(199, 199, 199);
text-decoration: underline;
}
+.username.halloween-color {
+ color: orange
+}
.date {
color: rgb(177, 177, 177);
font-size: 10px;