view 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 source

@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;
}