General updates

This commit is contained in:
Pedro Reis 2015-10-14 14:58:18 +01:00
parent 075200a59b
commit e119dbab5a
6 changed files with 86 additions and 31 deletions

View file

@ -32,4 +32,14 @@ a {
color: $base-colour;
text-decoration: underline;
}
}
/**
* Rulers
*/
hr {
background-color: $base-colour;
height: 1px;
}

View file

@ -5,4 +5,8 @@ h4,
h5,
h6 {
font-weight: bold;
}
small {
font-size: .75em;
}