Update footer style in Nginx default page

This commit is contained in:
Christer Warén
2025-09-11 12:04:13 +03:00
parent 8aab882be3
commit dd0af6781f

View File

@@ -59,6 +59,8 @@
footer { footer {
color: #555555 !important; color: #555555 !important;
font-size: small;
font-weight: bold;
margin-top: 50px; margin-top: 50px;
} }
</style> </style>