summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-06-12 16:31:26 +0200
committerWynn Wolf Arbor2020-06-13 16:41:46 +0200
commit34622cf451566f7e91731a45e300cb8b2ca23d72 (patch)
treeba72e9869a1ca8927b9950c0e8bf93e66f2522e3
parent06a0a74656ad5eb26ac8faf8bf7789fff2abdef7 (diff)
downloadsite-34622cf451566f7e91731a45e300cb8b2ca23d72.tar.gz
posts: Make figure images round
These were skipped because the round borders would not be visible on a white background. Now - with a dark colour scheme - they are, so make them round.
-rw-r--r--posts/the-long-journey-to-cgit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/the-long-journey-to-cgit.md b/posts/the-long-journey-to-cgit.md
index adf3963..d5cc636 100644
--- a/posts/the-long-journey-to-cgit.md
+++ b/posts/the-long-journey-to-cgit.md
@@ -192,7 +192,7 @@ pull requests, a full-fledged wiki system, an activity tab, and the
ability to watch repositories, star, and fork them.
<figure>
- <img src="img/gitea-unnecessary.png" alt="The Gitea
+ <img class="round" src="img/gitea-unnecessary.png" alt="The Gitea
navigation."/>
<figcaption>The Gitea navigation with unnecessary functionality
highlighted in red.</figcaption>
@@ -230,7 +230,7 @@ summarized view of their repository - showing a selection of the latest
active branches, tags, and commits.
<figure>
- <img src="img/cgit-log.png" alt="The commit log in
+ <img class="round" src="img/cgit-log.png" alt="The commit log in
cgit."/>
<figcaption>The commit log on cgit's summary page.</figcaption>
</figure>