style: change background color

This commit is contained in:
codytseng
2025-01-06 23:20:10 +08:00
parent be7081359d
commit 4205e32d0f

View File

@@ -35,7 +35,7 @@
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
body { body {
background-color: #000000; background-color: #09090b;
} }
} }
</style> </style>