diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:50:45 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-24 16:50:45 +0200 |
| commit | 29e244c48222278c2f255ff2adf45e3af7c9f895 (patch) | |
| tree | afa11818de1d8115eee1777f7bfc70757f218ac7 /internal/web/static | |
| parent | 102bf0c522c94d36f8363c38711621fe5ad18555 (diff) | |
| download | lectio-29e244c48222278c2f255ff2adf45e3af7c9f895.tar.gz lectio-29e244c48222278c2f255ff2adf45e3af7c9f895.zip | |
export: internal/export (Markdown/Text/ReadingsPDF via pure-Go go-pdf/fpdf + embedded DejaVu Sans, covers pl/la/gr); cli --md/--pdf/--out; web /export + download links; v0.22.0
Diffstat (limited to 'internal/web/static')
| -rw-r--r-- | internal/web/static/base.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/web/static/base.css b/internal/web/static/base.css index 36f2f4d..d9d0e59 100644 --- a/internal/web/static/base.css +++ b/internal/web/static/base.css @@ -292,3 +292,7 @@ a { .bookmark { display: flex; flex-wrap: wrap; gap: var(--space-2); align-items: baseline; } .bookmark .tags { font-size: 0.85rem; } .tag-filter { display: flex; flex-wrap: wrap; gap: var(--space-1); margin-bottom: var(--space-2); font-family: var(--font-ui); } + +/* Export links (download the readings). */ +.export { font-family: var(--font-ui); font-size: 0.85rem; } +.export a { margin: 0 0.15rem; } |
