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: #111;
}
.license {
.footer {
color: #000;
background-color: #ddd;
font-weight: 500;
}
.license a {
.footer a {
color: #0055ff;
text-decoration: none;
}