Skip to content

Commit 7ab0a46

Browse files
Fix default button color
1 parent 8ee3990 commit 7ab0a46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,18 @@
195195
display: inline-block;
196196
text-decoration: none;
197197
padding: 4px 8px;
198-
background: #ff7a00;
199-
color: #fff !important;
200198
border-radius: 3px;
201199

202200
&:hover,
203201
&:focus {
204-
background: #cc6200;
205-
color: #fff !important;
206202
text-decoration: none;
207203
}
208204
}
209205

206+
.orange {
207+
background: #ff7a00;
208+
}
209+
210210
.red {
211211
background: #d01111;
212212
}

0 commit comments

Comments
 (0)