Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9366,7 +9366,7 @@ body {
}
/* line 17, ../sass/_build-box.scss */
#build-data table a {
color: #7f7f7f;
color: #aa3c39;
}
/* line 21, ../sass/_build-box.scss */
#build-data table a:hover, #build-data table a:active {
Expand Down
2 changes: 1 addition & 1 deletion public/sass/_build-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ transition-timing-function: ease;
margin: 0;

a {
color: $grey;
color: $brand-secondary-1;
}

a:hover, a:active {
Expand Down
2 changes: 1 addition & 1 deletion views/about.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Wen is built and maintained by <a href='http://sam.pikesley.org'>Sam Pikesley</a
<h2>Documentation</h2>

<p>
The full documentation for the project can be found at <a href='http://sam.pikesley.org/projects/wen/'>http://sam.pikesley.org/projects/wen/</a>. There is a also <a href='https://www.youtube.com/watch?v=FGRnSwF10Dw&feature=youtu.be'>a movie</a>
The full documentation for the project can be found <a href='http://sam.pikesley.org/projects/wen/'>here</a>. There is a also <a href='https://www.youtube.com/watch?v=FGRnSwF10Dw&feature=youtu.be'>a movie</a>
</p>

<hr />
Expand Down