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

@@ -17,13 +17,13 @@
background-color: #2c313a;
}
.license {
.footer {
color: #f6f6f6;
background-color: #2c313a;
font-weight: 700;
}
.license a {
.footer a {
color: #528bff;
text-decoration: none;
}