diff --git a/blog/static/css/main.css b/blog/static/css/main.css index 48473e47..1f4fb189 100644 --- a/blog/static/css/main.css +++ b/blog/static/css/main.css @@ -245,6 +245,14 @@ a.gutenberg-anchor:hover { text-decoration: none; } +div.note { + padding: .7rem 1rem; + margin: 1rem .2rem; + border: 2px solid #99ff99; + border-radius: 5px; + background-color: #99ff0022; +} + div.warning { padding: .7rem 1rem; margin: 1rem .2rem; diff --git a/blog/templates/index.html b/blog/templates/index.html index b041e8a8..4efaab7e 100644 --- a/blog/templates/index.html +++ b/blog/templates/index.html @@ -20,6 +20,10 @@
+