dark and color background change only

This commit is contained in:
2024-03-08 02:02:14 -05:00
parent da2dac9a84
commit 751d6bf960

View File

@@ -15,6 +15,7 @@
--dark-background: #11111f;
--sidebar-background: #11111f;
--content-max-width: 80em;
--cover-background-image: radial-gradient(ellipse at center bottom, hsl(201deg 69.76% 12.89%), transparent);
}
.cover-main img {
@@ -31,6 +32,11 @@ body {
background-color: var(--dark-background) !important;
}
body::before {
background-color: var(--dark-background) !important;
}
</style>