1.notifications {
2 font-size: 13px;
3 line-height: 1.35;
4}
5
6.notifications a,
7.notifications em {
8 border-bottom: 1px solid rgba(255, 255, 255, 0.45);
9 display: inline-block;
10}
11
12.notifications a {
13 color: inherit;
14 font-weight: 600;
15 text-decoration: none;
16}
17
18.notifications p {
19 margin: 0;
20 padding: 0;
21}
22
23.notifications em {
24 font-weight: inherit;
25}
26
27.notifications strong {
28 font-weight: 600;
29}