mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
Update style.css
This commit is contained in:
parent
93e72658c8
commit
7d12b9a2e8
1 changed files with 5 additions and 3 deletions
|
@ -61,12 +61,14 @@ header {
|
|||
.nav__links button {
|
||||
display: inline-block;
|
||||
padding: 10px 10px;
|
||||
border: 5px solid #6186c2;
|
||||
border: 0px solid #6186c2;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
font-size: 20px;
|
||||
color: #b5b7eb;
|
||||
}
|
||||
|
||||
.nav__links button:hover {
|
||||
background-color:#6186c2;
|
||||
border: 5px solid #81a1d6;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue