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;
}

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;
}

View File

@@ -18,18 +18,18 @@
text-decoration: none;
}
.license {
.footer {
color: #ebebeb;
background-color: #191313;
font-weight: 700;
}
.license a {
.footer a {
color: #ff2727;
text-decoration: none;
}
.license a:hover {
.footer a:hover {
font-weight: 800;
text-decoration: none;
}

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;
}