diff css/app.css @ 2:461359b1dd5c

style up the homepage
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sat, 07 Nov 2015 19:10:01 -0800
parents 7abe02bf29ec
children e210b708b330
line wrap: on
line diff
--- a/css/app.css	Sat Nov 07 19:09:43 2015 -0800
+++ b/css/app.css	Sat Nov 07 19:10:01 2015 -0800
@@ -1,4 +1,33 @@
+@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
+
 .page-content {
 	margin-top: 4rem;
 }
 
+section {
+	padding-bottom: 1rem;
+}
+
+.home-title {
+	color: #0790c0;
+	font-weight: 700;
+	margin: 0 0 1rem 0;
+}
+
+body {
+	font-family: 'PT Sans';
+	color: '#333';
+}
+
+p {
+	color: "#333";
+}
+
+li {
+	color: #333;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	font-family: 'PT Sans'; 
+	color: #333;
+}
\ No newline at end of file