Added themes
This commit is contained in:
parent
076a4ec391
commit
627f1f5d32
12 changed files with 213 additions and 108 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue