about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
Diffstat (limited to '_css')
-rw-r--r--_css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/_css/style.css b/_css/style.css
index 06aed00..a6fc446 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -178,10 +178,10 @@ html {
  */
 
 /* Boxes */
-.colbox-blue {
+.note {
     background-color: #51affe25;
-    padding: 0.1rem 0.5rem;
     border-left: 0.25rem solid var(--blue);
+    padding: 0.1rem 1rem;
 }
 
 /* Header */