renamed footer css class

This commit is contained in:
2024-07-08 07:34:53 +02:00
committed by Flo Greistorfer
parent 1b4649f2ae
commit c63f1c27d4
6 changed files with 14 additions and 14 deletions

View File

@@ -16,13 +16,13 @@
background-color: #0d0e0e;
}
.license {
.footer {
color: #e8e6e3;
background-color: #313537;
font-weight: 500;
}
.license a {
.footer a {
color: #5483ef;
text-decoration: none;
}