Update header.html

This commit is contained in:
Puyo
2021-05-11 20:53:35 +02:00
committed by GitHub
parent db41501336
commit 018f3884fb

View File

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