diff --git a/blog/content/second-edition/posts/12-async-await/index.md b/blog/content/second-edition/posts/12-async-await/index.md
index efd0ab40..b3e0117e 100644
--- a/blog/content/second-edition/posts/12-async-await/index.md
+++ b/blog/content/second-edition/posts/12-async-await/index.md
@@ -18,6 +18,14 @@ This blog is openly developed on [GitHub]. If you have any problems or questions
[at the bottom]: #comments
[post branch]: https://github.com/phil-opp/blog_os/tree/post-12
+
+
+As a personal side note, I'm currently looking for a job in Karlsruhe (Germany) or remote. I would love to do systems programming using Rust, but I'm also open to other opportunities. For more information, see my [_LinkedIn_ profile] or contact me at .
+
+[_LinkedIn_ profile]: https://www.linkedin.com/in/phil-opp/
+
+
+
## Multitasking
diff --git a/blog/static/css/main.css b/blog/static/css/main.css
index f35814d9..2e2df2c2 100644
--- a/blog/static/css/main.css
+++ b/blog/static/css/main.css
@@ -315,9 +315,13 @@ a.zola-anchor:hover {
div.note {
padding: .7rem 1rem;
margin: 1rem .2rem;
- border: 2px solid #99ff99;
+ border: 2px solid #6ad46a;
border-radius: 5px;
- background-color: #99ff0022;
+ background-color: #99ff991f;
+}
+
+div.note p:last-child {
+ margin-bottom: 0;
}
div.warning {