[fix] bgc color

This commit is contained in:
kwaroran
2023-12-13 05:25:23 +09:00
parent e681b9ab3f
commit 0327fc3c50

View File

@@ -157,5 +157,5 @@ html, body{
}
.bgc{
border-top: 1px solid rgba(98, 114, 164, 0.3);
border-top: 1px solid rgba(98, 114, 164, 0.7);
}