Skip to content

Instantly share code, notes, and snippets.

@itswadesh
Last active March 27, 2017 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itswadesh/e8f82f9a834c6ba916fdd1585240c0e0 to your computer and use it in GitHub Desktop.
Save itswadesh/e8f82f9a834c6ba916fdd1585240c0e0 to your computer and use it in GitHub Desktop.
body{
font-family: 'Open Sans', sans-serif;
}
a {
color: #E1704B;
transition: color 0.5s ease;
}
a:hover{
cursor:pointer;
}
h1{
font-family: 'Open Sans', sans-serif;
font-size: 2.5em;
font-weight: 500;
}
ul li{
list-style: none;
}
.votingButton{
cursor: pointer;
padding-left: 4px;
}
.filter{
margin-top: 6px;
}
.strike{
text-decoration:line-through;
}
.header-elements-margin {
margin: 5px;
}
.add-task{
margin-top: 10px;
}
.nav-button-margin{
margin: 10px 20px 0 0;
}
.navbar{
border-radius: 0;
background: #438EB9;
color: #fff;
}
.navbar .navbar-brand {
color: #FFF;
font-size: 24px;
text-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment