diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-03 17:34:28 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-07-03 17:34:28 +0700 |
commit | 74ecc540a26b2d4daa8bc180d5c30bfc42833a28 (patch) | |
tree | 489a5a470511273ac8418c8e0871905f2b0cbaa5 /_css | |
parent | 8f6d0be7e7e0f306f7c6f03edae28d77c6bc3813 (diff) | |
download | site-74ecc540a26b2d4daa8bc180d5c30bfc42833a28.tar.gz |
Blog about threa
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 4 |
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 */ |