Skip to content

Commit

Permalink
Tabs and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Gordon committed Apr 23, 2017
1 parent 57f07cc commit 9bb22b4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,55 +12,55 @@ Use it to make something cool, have fun, and share what you've learned with othe
*/

body {
background-color: #B49AEB;
font-family: "Open Sans", sans-serif;
background-color: #B49AEB;
font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Varela Round", sans-serif;
font-family: "Varela Round", sans-serif;
}

h2 {
margin: 2rem 0 1rem;
margin: 2rem 0 1rem;
}

a {
color: #564A71;
text-decoration: none;
color: #564A71;
text-decoration: none;
}

pre {
background: #222;
padding: 10px;
border: 1px #777 solid;
color: #ededed;
font-family: monospace;
font-size: 1rem;
background: #222;
padding: 10px;
border: 1px #777 solid;
color: #ededed;
font-family: monospace;
font-size: 1rem;
}

#masthead {
margin: 2rem 0 1rem;
text-align: center;
margin: 2rem 0 1rem;
text-align: center;
}

#content {
background: #efefef;
margin: 20px auto;
padding: 20px;
width: 80%;
border-radius: 5px;
background: #efefef;
margin: 20px auto;
padding: 20px;
width: 80%;
border-radius: 5px;
}

.byline {
color: #777;
font-size: .8rem;
color: #777;
font-size: .8rem;
}

.byline a {
color: #777;
text-decoration: underline;
color: #777;
text-decoration: underline;
}

.byline a:hover {
color: #564A71;
color: #564A71;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@ Use it to make something cool, have fun, and share what you've learned with othe
*/

body {
background-color: #B49AEB;
font-family: "Open Sans", sans-serif;
background-color: #B49AEB;
font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Varela Round", sans-serif;
font-family: "Varela Round", sans-serif;
}

h2 {
margin: 2rem 0 1rem;
margin: 2rem 0 1rem;
}

a {
color: #564A71;
text-decoration: none;
color: #564A71;
text-decoration: none;
}

pre {
background: #222;
padding: 10px;
border: 1px #777 solid;
color: #ededed;
font-family: monospace;
font-size: 1rem;
background: #222;
padding: 10px;
border: 1px #777 solid;
color: #ededed;
font-family: monospace;
font-size: 1rem;
}

#masthead {
margin: 2rem 0 1rem;
text-align: center;
margin: 2rem 0 1rem;
text-align: center;
}

#content {
background: #efefef;
margin: 20px auto;
padding: 20px;
width: 80%;
border-radius: 5px;
background: #efefef;
margin: 20px auto;
padding: 20px;
width: 80%;
border-radius: 5px;
}

0 comments on commit 9bb22b4

Please sign in to comment.