diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index 2d353462..4e6e1ff7 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -23,6 +23,11 @@ body {
     font-size: .85rem;
 }
 
+.check-bullet {
+  color:#07bfa5;
+  margin-left:10px;
+}
+
 /* Progress bar styling */
 
 .progress-label {
@@ -81,4 +86,18 @@ body {
   
   .progress-0plus .progress-bar {
     background-color: #ff1744;
-  }
\ No newline at end of file
+  }
+
+  .progress.thin {
+    margin-top: 0.9rem;
+    height: 0.4rem;
+  }
+  
+  .progress.thin .progress-label {
+    margin-top: -0.4rem;
+  }
+  
+  .progress.thin .progress-bar {
+    height: 0.4rem;
+  }
+  
\ No newline at end of file
diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md
index a0d695e7..c3576eea 100644
--- a/docs/roadmap/index.md
+++ b/docs/roadmap/index.md
@@ -18,14 +18,15 @@ and [FluxCloud](https://github.com/justinbarrick/fluxcloud) notifications.
 
 Goals
 
-- [ ]  Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests
-- [ ]  Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays
-- [x]  Offer a dedicated component for forwarding events to external messaging platforms
+-  Offer an in-place migration tool for those that are using Flux in read-only mode to synchronize plain manifests
+-  Offer a migration guide for those that are using Flux in read-only mode to synchronize Kustomize overlays
+
+:material-check-bold: Offer a dedicated component for forwarding events to external messaging platforms
 
 Non-Goals
 
-- [ ]  Migrate users that are using Flux to run custom scripts with `flux.yaml`
-- [ ]  Automate the migration of `flux.yaml` kustomize users
+-  Migrate users that are using Flux to run custom scripts with `flux.yaml`
+-  Automate the migration of `flux.yaml` kustomize users
 
 Tasks
 
@@ -43,11 +44,11 @@ Tasks
 
 Goals
 
-- [ ]  Offer components that can replace Flux v1 image update feature
+-  Offer components that can replace Flux v1 image update feature
 
 Non-Goals
 
-- [ ]  Maintain backwards compatibility with Flux v1 annotations
+-  Maintain backwards compatibility with Flux v1 annotations
 
 Tasks
 
@@ -64,15 +65,15 @@ Tasks
 
 Goals
 
-- [ ]  Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories
+-  Offer a migration guide for those that are using Helm Operator with Helm v3 and Helm repositories
 
 Non-Goals
 
-- [ ]  Migrate users that are using Helm v2
+-  Migrate users that are using Helm v2
 
 Stretch-Goals
 
-- [ ]  [Migrate users that are using Helm charts from Git](https://github.com/fluxcd/toolkit/discussions/75#discussioncomment-38589)
+-  [Migrate users that are using Helm charts from Git](https://github.com/fluxcd/toolkit/discussions/75#discussioncomment-38589)
 
 Tasks
 
diff --git a/mkdocs.yml b/mkdocs.yml
index cced0195..bb080c31 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -37,6 +37,9 @@ markdown_extensions:
   - pymdownx.tilde
   - pymdownx.progressbar
   - pymdownx.tasklist
+  - pymdownx.emoji:
+      emoji_index: !!python/name:materialx.emoji.twemoji
+      emoji_generator: !!python/name:materialx.emoji.to_svg
 
 nav:
   - Introduction: index.md