diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css index 6f8011dd..d5e19bee 100644 --- a/docs/source/_static/custom.css +++ b/docs/source/_static/custom.css @@ -22,17 +22,22 @@ p em { } article p { - line-height: 170%; + line-height: 1.8; + font-size: 1.1rem; } /* GPT-4 */ /* https://stackoverflow.com/a/52058198/1766391 */ article a[href^="http://"]:not([href^="http://ayazar.dev"])::after, article a[href^="https://"]:not([href^="https://ayazar.dev"])::after{ - content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==); + content: var(--ayazardev-aftera); margin: 0 3px 0 5px; } +article a{ + font-weight: 600; +} + article img { margin: 4px; margin-bottom: 2px; diff --git a/docs/source/conf.py b/docs/source/conf.py index 6f8cbdf9..9eecc57d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -95,20 +95,22 @@ "light_css_variables": { "font-stack": "Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji", "font-stack--monospace": "\"Reddit Mono\", \"SFMono-Regular\", Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace", - "color-brand-primary": "#b91d45", - "color-brand-content": "#9a1839", - "color-brand-visited": "#e34f74", + "color-brand-primary": "#111", + "color-brand-content": "#111", + "color-brand-visited": "#111", "ayazardev-bold": "#fabfc8", "ayazardev-em": "#c0eeff", - "ayazardev-article-color": "#343743", + "ayazardev-article-color": "#111", + "ayazardev-aftera": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);" }, "dark_css_variables": { - "color-brand-primary": "#f1415c", - "color-brand-content": "#f1415c", - "color-brand-visited": "#fabfc8", + "color-brand-primary": "#d0d0d0", + "color-brand-content": "#d0d0d0", + "color-brand-visited": "#d0d0d0", "ayazardev-bold": "#995d6d", "ayazardev-em": "#266173", - "ayazardev-article-color": "#d0d0d0" + "ayazardev-article-color": "#d0d0d0", + "ayazardev-aftera": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAP0lEQVQY042PSQoAMAgDO+L/v2xPhVITbG7RkIVlUFV1c9oBUOJ8n84xpthjEj8igJhEtovjLVoNs2MUUsUpbMPMLAXUjJjTAAAAAElFTkSuQmCC);" } } diff --git a/docs/source/index.md b/docs/source/index.md index 8f37346b..f27a7293 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -61,9 +61,9 @@ hidden: true --- about.md +follow.md blog/index.md log/index.md -follow.md ``` ```{toctree}