dynamise gradient colors
This commit is contained in:
parent
e8b32e4519
commit
95ee751fa7
3 changed files with 7 additions and 7 deletions
|
|
@ -124,9 +124,9 @@ nav {
|
|||
padding: 20px;
|
||||
border-radius: 3px;
|
||||
background: rgb(0, 31, 36);
|
||||
background: -moz-linear-gradient(#000, rgb(0, 31, 36));
|
||||
background: -webkit-linear-gradient(#000, rgb(0, 31, 36));
|
||||
background: -o-linear-gradient(#000, rgb(0, 31, 36));
|
||||
background: -moz-linear-gradient(_palette(border), _palette(bg));
|
||||
background: -webkit-linear-gradient(_palette(border), _palette(bg));
|
||||
background: -o-linear-gradient(_palette(border), _palette(bg));
|
||||
}
|
||||
|
||||
.close-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue