zhdo.space/static/style.css
2022-05-13 21:27:49 +08:00

15 lines
209 B
CSS

.bg-lightblue {
--bs-bg-opacity: 1;
background-color: #d6d9e2;
}
.bg-darkblue {
--bs-bg-opacity: 1;
background-color: #00305c;
}
.bg-darkerblue {
--bs-bg-opacity: 1;
background-color: #1d2f4c;
}