zhdo.space/static/style.css

15 lines
209 B
CSS
Raw Normal View History

2022-05-13 21:27:49 +08:00
.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;
}