Browse Source

style: change background color

imwald
codytseng 1 year ago
parent
commit
4205e32d0f
  1. 2
      index.html

2
index.html

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

Loading…
Cancel
Save