mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-20 16:12:16 +00:00
Refactor comparison table categories to be neutral, consolidate privacy footnotes, and add comparison date stamp
This commit is contained in:
+14
-8
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user