style: update background color and adjust layout for consistency across pages

This commit is contained in:
ngthanhvu
2026-07-23 05:21:36 -04:00
parent c79955f2a3
commit dd42fe4f29
5 changed files with 67 additions and 54 deletions
+1 -3
View File
@@ -17,9 +17,7 @@ html {
body {
min-width: 320px;
background:
radial-gradient(circle at 15% 0%, rgba(234, 179, 8, 0.22), transparent 34rem),
linear-gradient(135deg, #201a05 0%, #17130a 46%, #020617 100%);
background-color: #0f111a;
color: #f8fbff;
}