Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
blob: c4342cc0273803dd475312ab383426d57b2047d2 (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: 3px solid #ebebeb;
  border-radius: 10px;
}