git ssb

3+

dangerousbeans / scuttle-vue



Tree: 8581d6b0616fcc78fc397b1529105c5dde79c69b

Files: 8581d6b0616fcc78fc397b1529105c5dde79c69b / theme.css

613 bytesRaw
1body, input, button, p, li, h1, h2, h3, h4, h5, h6, textarea {
2 font-family: "Source Sans Pro", sans-serif;
3}
4
5a:link, a:visited, a:active {
6 color: #333;
7 text-decoration: underline;
8}
9
10a:hover,
11a: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
29input, 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