summaryrefslogtreecommitdiff
path: root/internal/web/static/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/static/base.css')
-rw-r--r--internal/web/static/base.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css
index d9d0e59..d367c15 100644
--- a/internal/web/static/base.css
+++ b/internal/web/static/base.css
@@ -296,3 +296,17 @@ a {
/* Export links (download the readings). */
.export { font-family: var(--font-ui); font-size: 0.85rem; }
.export a { margin: 0 0.15rem; }
+
+/* Licence footer: the AGPL-3.0 §13 source offer, on every full page.
+ * Quiet by design but never hidden -- §13 asks for a PROMINENT offer, so
+ * this must not be display:none'd or themed to invisibility. Colour (border
+ * and text) is the theme's, per this file's no-colour rule. */
+.licence {
+ max-width: var(--measure);
+ margin: var(--space-4) auto 0;
+ padding-top: var(--space-2);
+ border-top-width: 1px;
+ border-top-style: solid;
+ font-family: var(--font-ui);
+ font-size: 0.75rem;
+}