summaryrefslogtreecommitdiff
path: root/posts/making-this-blog
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-09-07 18:33:47 +0200
committerBotond Hende <nettingman@gmail.com>2024-09-07 18:33:47 +0200
commit903aa11ab7c8baed355cff4aaf112dbf487859f5 (patch)
tree1276eea2d87fce17b288091f67972500d5123bf5 /posts/making-this-blog
parent00203b419fa58d8463b0a6c8f87852aca6bbd142 (diff)
added comment about themes to a previous post
Diffstat (limited to 'posts/making-this-blog')
-rw-r--r--posts/making-this-blog/content.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/posts/making-this-blog/content.md b/posts/making-this-blog/content.md
index cb967f1..a365b70 100644
--- a/posts/making-this-blog/content.md
+++ b/posts/making-this-blog/content.md
@@ -32,6 +32,8 @@ The current color scheme is this:
<p class="white">white: #b5aba8</p>
</div>
+<span class="green">+ Update (2024-09-07): since multiple themes are supported now, the colors may differ if you are reading this with a non-default theme.</span>
+
For the font I used my all-time favorite font, [JetBrains Mono](https://www.jetbrains.com/lp/mono), regular size, no ligatures. They had **.woff** format on their GitHub page,
<span class="red">- but unfortunately only the ligatures version, which I don't like that much, so in the end I had to use **.ttf**.</span>