« get me outta code hell

scratch-colorful-messages.css - scratch-userscripts - Handy userscripts for the Scratch website - issues/ideas: https://notabug.org/towerofnix/scratch-userscripts/issues
about summary refs log tree commit diff
path: root/scratch-colorful-messages.css
blob: e1919cc66e1e7060f27e9c49afc3746a8300902b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.social-message {
  border-bottom-color: #C5C5C5;
}

.social-message.mod-forum-activity {
  background-color: hsl(300, 55%, 92%);
}

.social-message.mod-comment-message,
.social-message.mod-follow-user {
  background-color: hsl(215, 100%, 90%);
}

.social-message.mod-curator-invite,
.social-message.mod-become-manager,
.social-message.mod-studio-activity {
  background-color: hsl(163, 60%, 85%);
}

.social-message.mod-love-favorite {
  background-color: hsl(45, 90%, 95%);
}

.social-message.mod-love-project {
  background-color: hsl(350, 100%, 95%);
}

.social-message.mod-remix-project {
  background-color: hsl(260, 100%, 90%);
}

.social-message.mod-unread {
  background-color: hsl(100, 95%, 95%);
  box-shadow: 0 2px 3px -2px rgba(0, 200, 200, 80%);
  position: relative;
}