diff --git a/conf.py b/conf.py
index 78c572b..8b06fc5 100644
--- a/conf.py
+++ b/conf.py
@@ -25,6 +25,7 @@
 extensions = [
     'sphinx_copybutton',
     'sphinx_markdown_tables',
+    "sphinx_design",
     'myst_parser',
 ]
 
@@ -40,3 +41,5 @@
 ]
 
 myst_heading_anchors = 3
+
+myst_enable_extensions = ["colon_fence"]
diff --git a/requirements.txt b/requirements.txt
index 1e2bf43..a0b0338 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,3 +4,4 @@ starterkit-ci==0.0.12
 sphinx-copybutton==0.5.2
 sphinx-markdown-tables==0.0.17
 notedown==1.5.1
+sphinx-design==0.5.0