diff options
author | Botond Hende <nettingman@gmail.com> | 2024-09-07 18:33:47 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-09-07 18:33:47 +0200 |
commit | 903aa11ab7c8baed355cff4aaf112dbf487859f5 (patch) | |
tree | 1276eea2d87fce17b288091f67972500d5123bf5 | |
parent | 00203b419fa58d8463b0a6c8f87852aca6bbd142 (diff) |
added comment about themes to a previous post
-rw-r--r-- | posts/making-this-blog/content.md | 2 |
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> |