template: Add link colors.

This commit is contained in:
Bradley Sepos
2016-04-20 20:43:09 -04:00
parent 051bb7261d
commit 656fb79839
2 changed files with 14 additions and 1 deletions

View File

@@ -63,6 +63,19 @@ article.docs .hidden {
display: none;
}
article.docs a,
article.docs a:visited {
color: rgb(67,149,191);
}
article.docs a:hover {
color: rgb(100,178,212);;
}
article.docs a:active {
color: orange;
}
article.docs nav {
width: 100%;
}

View File

@@ -9,5 +9,5 @@ Footer: footer.html
Redirect: redirect.html
Fonts: fonts/opensans-bold-1.10.woff, fonts/opensans-bold-1.10.woff2, fonts/opensans-bolditalic-1.10.woff, fonts/opensans-bolditalic-1.10.woff2, fonts/opensans-italic-1.10.woff, fonts/opensans-italic-1.10.woff2, fonts/opensans-regular-1.10.woff, fonts/opensans-regular-1.10.woff2, fonts/ropasans-italic-1.002.ttf, fonts/ropasans-italic-1.002.woff, fonts/ropasans-italic-1.002.woff2, fonts/ropasans-regular-1.002.ttf, fonts/ropasans-regular-1.002.woff, fonts/ropasans-regular-1.002.woff2
Scripts: js/vendor/jquery/jquery-2.2.3.min.js, js/vendor/featherlight/featherlight-1.4.0.min.js, js/scripts.js?201604200003
Styles: css/vendor/featherlight/featherlight-1.4.0.min.css, css/style.css?201604200003
Styles: css/vendor/featherlight/featherlight-1.4.0.min.css, css/style.css?201604200004
...