web: update save page i18n & add link to terms and ethics of use

now also styling <a> properly, with exceptions only when needed
This commit is contained in:
wukko
2024-07-13 13:45:53 +06:00
parent 151fdad047
commit 6c9d759a3a
7 changed files with 23 additions and 11 deletions

View File

@@ -62,6 +62,9 @@
height: fit-content;
border-radius: var(--border-radius);
transition: transform 0.2s;
text-decoration: none;
text-decoration-line: none;
}
.sidebar-tab :global(svg) {