about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-03 17:34:28 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-07-03 17:34:28 +0700
commit74ecc540a26b2d4daa8bc180d5c30bfc42833a28 (patch)
tree489a5a470511273ac8418c8e0871905f2b0cbaa5 /_css
parent8f6d0be7e7e0f306f7c6f03edae28d77c6bc3813 (diff)
downloadsite-74ecc540a26b2d4daa8bc180d5c30bfc42833a28.tar.gz
Blog about threa
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 */