diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-04 12:03:22 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-12-04 12:23:10 +0100 |
| commit | 1d5f9e5089d694174454ba2bff4bd63000a6e327 (patch) | |
| tree | 82caa878683885e17fc7966e054e560c59b9200d /extensions/stylus | |
| parent | 8745a90a7ab933636ffcab85bf1a9824c54c1989 (diff) | |
feat(extensions): current config
Diffstat (limited to 'extensions/stylus')
| -rw-r--r-- | extensions/stylus/nouveau-europresse-com.accesdistant.sorbonne-universite.fr.css | 6 | ||||
| -rw-r--r-- | extensions/stylus/xn--gckvb8fzb.com.css | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/extensions/stylus/nouveau-europresse-com.accesdistant.sorbonne-universite.fr.css b/extensions/stylus/nouveau-europresse-com.accesdistant.sorbonne-universite.fr.css new file mode 100644 index 0000000..bd583de --- /dev/null +++ b/extensions/stylus/nouveau-europresse-com.accesdistant.sorbonne-universite.fr.css @@ -0,0 +1,6 @@ +.docOcurrContainer p, a, .stubs { + font-family:'PT Astra Serif', 'Times New Roman', 'EB Garamond', Arial, serif; + font-size: 24px; + line-height: 1.4em; + text-align: left; +} diff --git a/extensions/stylus/xn--gckvb8fzb.com.css b/extensions/stylus/xn--gckvb8fzb.com.css new file mode 100644 index 0000000..9962406 --- /dev/null +++ b/extensions/stylus/xn--gckvb8fzb.com.css @@ -0,0 +1,23 @@ +.site-head, #site-main, .site-foot { + margin: 0 auto; +} + +.post-content-title { + font-weight: bold; +} + +.post-content-body { + & p { + font-family: Inter, sans-serif; + font-size: 18px; + line-height: 2em; + } + & code { + font-family: monospace; + font-size: 0.9em; + } + & h1, h2, h3, h4, h5, h6 { + font-weight: bold; + letter-spacing: -0.5px; + } +} |
