Refactor comparison table categories to be neutral, consolidate privacy footnotes, and add comparison date stamp

This commit is contained in:
Koala
2026-05-30 11:18:06 +02:00
parent 8fbada8b03
commit cfef79ec1d
2 changed files with 37 additions and 32 deletions
+14 -8
View File
@@ -1558,12 +1558,18 @@ html.lang-de [lang="en"] {
}
.table-footnotes {
padding: 1.25rem 1.5rem;
background: rgba(15, 23, 42, 0.4);
border-top: 1px solid rgba(255, 255, 255, 0.06);
font-size: 0.78rem;
padding: 0.8rem 1.25rem;
background: rgba(15, 23, 42, 0.45);
border-top: 1px solid rgba(255, 255, 255, 0.05);
font-size: 0.72rem;
color: var(--text-muted);
line-height: 1.6;
line-height: 1.5;
opacity: 0.65;
transition: opacity 0.2s ease;
}
.table-footnotes:hover {
opacity: 0.95;
}
.table-footnotes p {
@@ -1574,7 +1580,7 @@ html.lang-de [lang="en"] {
}
.table-footnotes p:not(:last-child) {
margin-bottom: 0.5rem;
margin-bottom: 0.4rem;
}
.table-footnotes a {
@@ -1596,8 +1602,8 @@ html.lang-de [lang="en"] {
@media (max-width: 768px) {
.table-footnotes {
padding: 1rem;
font-size: 0.72rem;
padding: 0.75rem 1rem;
font-size: 0.68rem;
}
}