add border to footer

This commit is contained in:
2025-08-04 02:17:51 +03:00
parent c7f29c1cd4
commit 6e86832211
2 changed files with 8 additions and 0 deletions

View File

@ -783,3 +783,7 @@ ul, ol {
background-color: #00000080;
padding: 5px 10px;
}
footer {
border-top: 1px solid black;
}