Improved gallery buttons style.
This commit is contained in:
parent
94e33c42f0
commit
ffb83df6a7
|
@ -30,19 +30,18 @@
|
|||
font: 28px Arial, Helvetica, sans-serif;
|
||||
}
|
||||
button {
|
||||
background-color: transparent;
|
||||
background-color: #009DE9;
|
||||
border: none;
|
||||
color: #009DE9;
|
||||
color: #000000;
|
||||
cursor: pointer;
|
||||
padding: 6px 10px;
|
||||
border: 1px solid #009DE9;
|
||||
border: 0px;
|
||||
border-radius: 4px;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
button:hover {
|
||||
color: #FFF;
|
||||
border-color: #FFF;
|
||||
background-color: #FFF;
|
||||
}
|
||||
#github {
|
||||
fill: #009DE9;
|
||||
|
|
Loading…
Reference in New Issue