content/footer: replace with link tree #6

Merged
ayakael merged 19 commits from footer-links into main 2024-09-08 20:15:01 +00:00
Showing only changes of commit da86a9dd00 - Show all commits

View file

@ -498,6 +498,10 @@ header h1::before {
color: #777;
}
.footer p {
color: #777;
}
/* Listmonk form */
.listmonk-form {
@ -508,17 +512,23 @@ header h1::before {
display: table-cell;
width: 100%;
}
.listmonk-form a {
color: #777;
text-decoration-line: underline;
}
.listmonk-form .t > input {
width: 100%;
background: #f8f8f8;
color: #333;
color: #777;
text-align: left;
border-color: #ccc;
}
.listmonk-form button {
background: #f8f8f8;
color: #333;
color: #777;
border-color: #ccc;
margin-top: -2px;
margin-left: 12px;
@ -526,7 +536,7 @@ header h1::before {
.listmonk-form button:hover {
background: #e6e6e6;
color: #333;
color: #777;
border-color: #ccc;
}