Skip to content

Commit

Permalink
tema ve minik duzeltmeler. fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
alperyazar committed Jun 14, 2024
1 parent 82a3f7b commit a60a1d7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
9 changes: 7 additions & 2 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
18 changes: 10 additions & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ hidden: true
---
about.md
follow.md
blog/index.md
log/index.md
follow.md
```

```{toctree}
Expand Down

0 comments on commit a60a1d7

Please sign in to comment.