Improved gallery buttons style.

This commit is contained in:
Mr.doob 2021-08-14 12:21:19 +01:00
parent 94e33c42f0
commit ffb83df6a7
1 changed files with 4 additions and 5 deletions

View File

@ -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;