Fix link colours
This commit is contained in:
parent
e925ea8a04
commit
281a9f95a8
1 changed files with 10 additions and 4 deletions
|
@ -6,6 +6,16 @@ $fa-font-path: "../fonts";
|
||||||
|
|
||||||
@import "node_modules/bootstrap/scss/bootstrap";
|
@import "node_modules/bootstrap/scss/bootstrap";
|
||||||
|
|
||||||
|
$primary: #e89980;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $primary;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #ff7f00;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
pre code {
|
pre code {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -132,10 +142,6 @@ footer {
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
color: #e89980;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#TableOfContents {
|
#TableOfContents {
|
||||||
|
|
Loading…
Reference in a new issue