Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: 44ec3630390bea6321e3d9c9a1906d4578991b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
label.username {
  color: rgb(4, 97, 190);
  font-weight: 700;
}

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

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