1
Fork 0

Fix link colours

This commit is contained in:
Jake Howard 2017-10-27 09:17:34 +01:00
parent e925ea8a04
commit 281a9f95a8
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -6,6 +6,16 @@ $fa-font-path: "../fonts";
@import "node_modules/bootstrap/scss/bootstrap";
$primary: #e89980;
a {
color: $primary;
&:hover {
color: #ff7f00;
}
}
pre code {
margin: 0;
border: 0;
@ -132,10 +142,6 @@ footer {
img {
width: 100%;
}
a {
color: #e89980;
}
}
#TableOfContents {