Added themes

This commit is contained in:
Julien Dessaux 2023-01-25 17:45:06 +01:00
parent 076a4ec391
commit 627f1f5d32
Signed by: adyxax
GPG key ID: F92E51B86E07177E
12 changed files with 213 additions and 108 deletions

View file

@ -1,11 +1,11 @@
footer {
background-color: #181818;
background-color: var(--bg-0);
padding: 10px;
}
footer p {
color: #70b443;
color: var(--green);
text-align: center;
}
footer a {
color: #70b443;
color: var(--green);
}