General updates
This commit is contained in:
parent
075200a59b
commit
e119dbab5a
6 changed files with 86 additions and 31 deletions
|
@ -32,4 +32,14 @@ a {
|
|||
color: $base-colour;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Rulers
|
||||
*/
|
||||
|
||||
hr {
|
||||
background-color: $base-colour;
|
||||
height: 1px;
|
||||
}
|
|
@ -5,4 +5,8 @@ h4,
|
|||
h5,
|
||||
h6 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size: .75em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue