Skip to content

Commit

Permalink
change bg color for intro + update photo team
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 17, 2015
1 parent dab941c commit 3cf8180
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 43 deletions.
Binary file modified assets/images/purple-yellow/carl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 1 addition & 43 deletions style/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,9 @@ h2 {
letter-spacing: .16em;
}
.content h2 {
/*text-transform: uppercase;
letter-spacing: 0.1em;*/
font-style: normal;
text-align: center;
}
h1 {
/*text-transform: uppercase;
letter-spacing: 0.1em;*/
}


div, p, blockquote, button {
margin: 0;
Expand All @@ -129,7 +122,6 @@ small {
font-size: .6em;
}


button, .button {
outline: none;
box-shadow: none;
Expand All @@ -147,8 +139,6 @@ button, .button {
transition: transform .3s;
}



a {
color: inherit;
text-decoration: none;
Expand Down Expand Up @@ -176,23 +166,6 @@ ul.large-list a {
color: hsl(58, 100%, 84%);
}

/*button {
color: #fdf9ad;
border-color: #784e78;
background-color: #2c182f;
}
button.transparent {
background-color: transparent;
}
button:hover, a:hover button,
.button:hover, a:hover .button,
button.transparent:hover
{
color: #2c182f;
border-color: #784e78;
background-color: #fdf9ad;
}*/

button.inverse {
border-color: hsl(282, 99%, 31%);
background-color: hsl(282, 99%, 31%);
Expand Down Expand Up @@ -269,10 +242,6 @@ hr {
color: white;
}





/* home-section.html styling */

#top-home-section {
Expand All @@ -284,6 +253,7 @@ hr {
no-repeat;
background-size:
cover;
background-color: #231028
}

button, .button {
Expand Down Expand Up @@ -314,18 +284,6 @@ button:hover, .button:hover {
color: black;
}


/*#home-demos .button {
color: hsl(282, 99%, 31%);
}
#home-demos .button:hover
{
border-color: hsl(282, 99%, 31%);
background-color: hsl(282, 99%, 31%);
color: hsl(58, 100%, 84%);
}*/

#home-demos #demos-subtitle {
text-align: center;
font-style: italic;
Expand Down

0 comments on commit 3cf8180

Please sign in to comment.