Slightly darken one orange color used for the buttons.
This commit is contained in:
parent
6162484d2d
commit
17fb81394a
3 changed files with 8 additions and 8 deletions
|
@ -171,7 +171,7 @@ section.red h2 {
|
|||
}
|
||||
|
||||
section.orange h2 {
|
||||
color: #ebaa5b;
|
||||
color: #e6a04f;
|
||||
border-bottom-color: #f8dfc2;
|
||||
}
|
||||
|
||||
|
@ -277,8 +277,8 @@ section.red .button {
|
|||
|
||||
section.orange .button {
|
||||
background-color: #fbefe0;
|
||||
border-color: #ebaa5b;
|
||||
color: #ebaa5b;
|
||||
border-color: #d78d38;
|
||||
color: #d78d38;
|
||||
}
|
||||
|
||||
section.red .button:hover {
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
|
||||
viewBox="0 0 24 24" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#EBAA5B" d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6
|
||||
<path fill="#D78D38" d="M19,4h-1V2h-2v2H8V2H6v2H5C3.89,4,3.01,4.9,3.01,6L3,20c0,1.1,0.89,2,2,2h14c1.1,0,2-0.9,2-2V6
|
||||
C21,4.9,20.1,4,19,4z M19,20H5V9h14V20z"/>
|
||||
<rect x="6.667" y="13.537" fill="#EBAA5B" width="10.695" height="2"/>
|
||||
<rect x="6.667" y="16.537" fill="#EBAA5B" width="10.695" height="2"/>
|
||||
<rect x="6.667" y="10.538" fill="#EBAA5B" width="10.695" height="2"/>
|
||||
<rect x="6.667" y="13.537" fill="#D78D38" width="10.695" height="2"/>
|
||||
<rect x="6.667" y="16.537" fill="#D78D38" width="10.695" height="2"/>
|
||||
<rect x="6.667" y="10.538" fill="#D78D38" width="10.695" height="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 852 B After Width: | Height: | Size: 852 B |
|
@ -4,7 +4,7 @@
|
|||
<svg version="1.1" baseProfile="tiny" id="Calque_1"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px"
|
||||
viewBox="0 0 24 24" xml:space="preserve">
|
||||
<path fill="#EBAA5B" d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2.01,4.9,2.01,6v4C3.11,10,4,10.9,4,12c0,1.1-0.89,2-2,2
|
||||
<path fill="#D78D38" d="M20,12c0-1.1,0.9-2,2-2V6c0-1.1-0.9-2-2-2H4C2.9,4,2.01,4.9,2.01,6v4C3.11,10,4,10.9,4,12c0,1.1-0.89,2-2,2
|
||||
v4c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-4C20.9,14,20,13.1,20,12z M15.58,16.8L12,14.5l-3.58,2.3l1.08-4.12L6.21,9.99l4.24-0.25
|
||||
L12,5.8l1.54,3.95L17.779,10l-3.289,2.689L15.58,16.8z"/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 779 B After Width: | Height: | Size: 779 B |
Loading…
Reference in a new issue