Files: 8dc25143a3f37f1618f7a92b3c46dec512b43bfd / theme.css
613 bytesRaw
1 | body, input, button, p, li, h1, h2, h3, h4, h5, h6, textarea { |
2 | font-family: "Source Sans Pro", sans-serif; |
3 | } |
4 | |
5 | a:link, a:visited, a:active { |
6 | color: #333; |
7 | text-decoration: underline; |
8 | } |
9 | |
10 | a:hover, |
11 | a:focus { |
12 | color: black; |
13 | } |
14 | |
15 | .navbar { |
16 | background: #eee; |
17 | background: linear-gradient(#fff, #eee); |
18 | border-bottom: 1px solid #ddd; |
19 | } |
20 | |
21 | .screen { |
22 | background: #f5f5f5; |
23 | } |
24 | |
25 | .scroller__wrapper { |
26 | max-width: 580px; |
27 | } |
28 | |
29 | input, textarea { |
30 | border: 1px solid #eee; |
31 | } |
32 | |
33 | .message { |
34 | border: 1px solid #eee; |
35 | padding: .5em; |
36 | margin-top: .2em; |
37 | background: white; |
38 | } |
39 | |
40 | .message_content { |
41 | border-top: 1px solid #eee; |
42 | } |
43 |
Built with git-ssb-web