Browse Source

change the background color on the received message

AlexiCauvin 6 years ago
parent
commit
78c4a03ed2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/css/index.styl

+ 1 - 1
src/css/index.styl View File

65
       margin-right 35px
65
       margin-right 35px
66
     &__content
66
     &__content
67
       color white
67
       color white
68
-      background-color darkBlue
68
+      background-color threadColor
69
 
69
 
70
 .activeEditionTitle
70
 .activeEditionTitle
71
   .wsContentThread
71
   .wsContentThread