--- nono/doc/common.php 2026/04/29 17:04:33 1.1 +++ nono/doc/common.php 2026/04/29 17:04:40 1.1.1.2 @@ -17,9 +17,11 @@ --green: rgb( 3, 175, 122); --grey: rgb(132, 145, 158); --light-grey: rgb(200, 200, 203); + + --bg-grey: rgb(220, 220, 223); } body { - background-color: var(--light-grey); + background-color: var(--bg-grey); } q { color: var(--brown);