Files: f07a001dc982815ea0ac680cecb40d4c6d71c9f6 / theme.css.json
659 bytesRaw
1 | "body, input, button, p, li, h1, h2, h3, h4, h5, h6, textarea {\n font-family: \"Source Sans Pro\", sans-serif;\n}\n\na:link, a:visited, a:active {\n color: #333;\n text-decoration: underline;\n}\n\na:hover,\na:focus {\n color: black;\n}\n\n.navbar {\n background: #eee;\n background: linear-gradient(#fff, #eee);\n border-bottom: 1px solid #ddd;\n}\n\n.screen {\n background: #f5f5f5;\n}\n\n.scroller__wrapper {\n max-width: 580px;\n}\n\ninput, textarea {\n border: 1px solid #eee;\n}\n\n.message {\n border: 1px solid #eee;\n padding: .5em;\n margin-top: .2em;\n background: white;\n}\n\n.message_content {\n border-top: 1px solid #eee;\n}\n" |
Built with git-ssb-web