Skip to content

Commit c2eda41

Browse files
Merge pull request #45 from drupaltools/page_fixes
2 parents 5c703fa + 0d4f4fe commit c2eda41

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

_includes/buttons-front.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class='buttons'>
22
<a class='button red' href='/all'>→ View all Tools</a>
3-
<a class='button' href='/deprecated/'>⚠ Deprecated Tools</a>
3+
<a class='button orange' href='/deprecated/'>⚠ Deprecated Tools</a>
44
<a class='button' href='/uploads/download.pdf'>↓ Download as PDF</a>
55
<a class='button' href='https://github.com/drupaltools/drupaltools.github.io#contributing'>+ Add your Project</a>
66
</div>

_includes/buttons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<a class='button red' href='/'>← Back to Popular</a>
33
<a class='button hide-on-table' href='/all/table/'>→ Display as Table</a>
44
<a class='button hide-on-grid' href='/all/'>→ Display as Grid</a>
5-
<a class='button' href='/deprecated/'>⚠ Deprecated Tools</a>
5+
<a class='button orange' href='/deprecated/'>⚠ Deprecated Tools</a>
66
<a class='button' href='https://github.com/drupaltools/drupaltools.github.io#contributing'>+ Add your Project</a>
77
</div>

_sass/_layout.scss

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,20 +193,24 @@
193193

194194
.button {
195195
display: inline-block;
196+
margin-left: 2px;
197+
margin-right: 2px;
196198
text-decoration: none;
197-
padding: 4px 8px;
198-
background: #ff7a00;
199-
color: #fff !important;
199+
padding: 6px 10px;
200+
background: $site-blue;
200201
border-radius: 3px;
202+
color: #fff;
201203

202204
&:hover,
203205
&:focus {
204-
background: #cc6200;
205-
color: #fff !important;
206206
text-decoration: none;
207207
}
208208
}
209209

210+
.orange {
211+
background: #ff7a00;
212+
}
213+
210214
.red {
211215
background: #d01111;
212216
}

uploads/download.pdf

144 KB
Binary file not shown.

0 commit comments

Comments
 (0)