Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: 363bf29b6703a09a8c25139606e8de2ef2f5e013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
label.username {
  color: rgb(4, 97, 190);
  font-weight: 700;
}

box.message {
  padding-top: 2px;
  padding-bottom: 2px;
}

.messages > row {
  min-height: 0px;
}

.system-message {
  opacity: 0.6;
}

.entry-frame {
  border-radius: 9px;
  background: #ebebeb;
}