Add: header styling
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m39s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 55s

This commit is contained in:
Aroy-Art 2024-03-31 19:32:48 +02:00
parent d0296c7570
commit fc1ef42652
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -7,6 +7,27 @@ a {
text-decoration: none;
}
.header {
padding-left: 4rem;
color: #0044ff;
position: relative;
display: inline-block;
font-weight: bold;
}
.header::before {
background: no-repeat center center;
background-image: url(../favicon.png);
background-size: contain;
width: 4rem;
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.controls {
background: #ddd;
border-radius: 1rem;