Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created July 22, 2015 02:10
Show Gist options
  • Save jacobmischka/9dcc867d77ef5d912d95 to your computer and use it in GitHub Desktop.
Save jacobmischka/9dcc867d77ef5d912d95 to your computer and use it in GitHub Desktop.
test
/*!
* Start Bootstrap - 3 Col Portfolio HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
font-family: 'Roboto Condensed', sans-serif;
}
a {
color: #FF95AE;
}
a:hover {
color: #FF95AE;
}
.navbar-inverse {
background-color: #FFB1C3;
border-bottom: 4px solid #FF95AE;
}
.navbar-inverse .navbar-brand {
color: #FFF8FA;
font-family: 'Lobster', cursive;
font-size: 2em;
}
.navbar-inverse .navbar-nav>li>a {
color: #FFF8FA;
}
.portfolio-item {
margin-bottom: 25px;
}
.pagination>.active>a, .pagination>.active>a:hover {
background-color: #FF95AE;
border-color: #FF95AE;
}
.pagination>li>a, .pagination>li>a:hover {
color: #FF95AE;
}
footer {
margin: 50px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment