Skip to content

Commit d58a147

Browse files
authored
Merge pull request #99 from ASKnetCommunity/content
Content
2 parents 72e9527 + d653eef commit d58a147

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

_data/style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#Color Customization
22
highlight: "#DFAF5F"
3+
highlight-dark: "#A46131"
34
#white: "#FF0000"
45
#black: "#000"
56

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<div class="row align-items-center">
55
<div class="col-md-4">
66
<span class="copyright">
7-
Content: CC-BY-SA 4.0 {{ site.title }} {{ 'now' | date: "%Y" }}<br>
8-
<a href="https://github.com/raviriley/agency-jekyll-theme" target="_blank">Theme</a>: MIT license <br>
7+
Content: <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC-BY-SA 4.0</a> {{ site.title }} {{ 'now' | date: "%Y" }}<br>
8+
<a href="https://github.com/raviriley/agency-jekyll-theme" target="_blank">Theme</a>: <a href="https://github.com/raviriley/agency-jekyll-theme/blob/master/LICENSE.txt" target="_blank">MIT license</a> <br>
99
(<a href="https://github.com/ASKnetCommunity/ASKnet.Community" target="_blank">Github</a>)
1010
</span>
1111
</div>

_sass/base/_page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ p {
99
}
1010

1111
a {
12-
color: $primary;
12+
color: $secondary;
1313
&:hover {
1414
color: darken($primary, 10%);
1515
}

assets/css/agency.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
// Custom colors
99
$primary: {{ site.data.style.highlight | default: "#fed136" }} !default;
10+
$secondary: {{ site.data.style.highlight-dark | default: "#fed136" }} !default;
1011
$white: {{ site.data.style.white | default: "#fff" }} !default;
1112
$black: {{ site.data.style.black | default: "#000" }} !default;
1213

assets/css/client-scroll.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/client-scroll.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)