comparison 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
comparison
equal deleted inserted replaced
1:74a1bbc8185f 2:461359b1dd5c
1 @import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
2
1 .page-content { 3 .page-content {
2 margin-top: 4rem; 4 margin-top: 4rem;
3 } 5 }
4 6
7 section {
8 padding-bottom: 1rem;
9 }
10
11 .home-title {
12 color: #0790c0;
13 font-weight: 700;
14 margin: 0 0 1rem 0;
15 }
16
17 body {
18 font-family: 'PT Sans';
19 color: '#333';
20 }
21
22 p {
23 color: "#333";
24 }
25
26 li {
27 color: #333;
28 }
29
30 h1, h2, h3, h4, h5, h6 {
31 font-family: 'PT Sans';
32 color: #333;
33 }