diff options
Diffstat (limited to '_site')
| -rw-r--r-- | _site/blog.html | 2 | ||||
| -rw-r--r-- | _site/main.css | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/_site/blog.html b/_site/blog.html index c9fe333..552fa46 100644 --- a/_site/blog.html +++ b/_site/blog.html @@ -42,6 +42,8 @@ <ul class="posts"> + <li><span>16 August 2025</span> <a href="/blog/unemployment-ccna-and-other-things" title="Unemployment, CCNA and Other Things">Unemployment, CCNA and Other Things</a></li> + <li><span>12 June 2023</span> <a href="/blog/down-with-big-tech" title="Down With Big Tech!">Down With Big Tech!</a></li> <li><span>04 April 2023</span> <a href="/blog/passbolt-initial-impressions" title="Passbolt Initial Impressions">Passbolt Initial Impressions</a></li> diff --git a/_site/main.css b/_site/main.css index 04d7aeb..5a6ec69 100644 --- a/_site/main.css +++ b/_site/main.css @@ -35,6 +35,11 @@ ul.posts a { text-decoration: none; } +/* code block */ +.language-plaintext.highlighter-rouge { + border-bottom: dashed; +} + ul.posts a:hover { text-decoration: underline; } /* resources.html styles */ |
