Update style in Nginx default page

This commit is contained in:
Christer Warén
2025-09-09 15:00:54 +03:00
parent 3ad4edaafd
commit 09134ac7cf

View File

@@ -29,6 +29,7 @@
align-items: center;
justify-content: center;
text-align: center;
flex-direction: column;
}
*, *:active, *:focus, *:hover, *:visited, *:link {
@@ -40,6 +41,12 @@
width: 50%;
}
ul {
font-size: 1.5rem;
list-style-type: none;
padding-left: 0;
}
p {
margin-bottom: 0px;
margin-top: 0px;
@@ -51,12 +58,9 @@
}
footer {
color: #555555 !important;
margin-top: 50px;
}
footer * {
color: #555555;
}
</style>
<!-- Link: CSS -->