Update header.html

This commit is contained in:
Puyo 2021-05-11 20:53:35 +02:00 committed by GitHub
parent db41501336
commit 018f3884fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@
background-color: #555;
color: white;
float: left;
border: none;
border: 1px;
border-style: solid;
outline: none;
cursor: pointer;
padding: 14px 16px;
@ -12,6 +13,7 @@
.headerlink:hover {
background-color: #777;
color: white;
}
</style>