|
@@ -26,7 +26,7 @@
|
|
|
.title {
|
|
|
width: 100%;
|
|
|
height: 90px;
|
|
|
- background-color: #a7191e;
|
|
|
+ background-color: #741A1A;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -104,7 +104,7 @@
|
|
|
|
|
|
.modelBox::-webkit-scrollbar-thumb {
|
|
|
border-radius: 10px;
|
|
|
- background-color: #a7191e;
|
|
|
+ background-color: #741A1A;
|
|
|
}
|
|
|
|
|
|
.modelBox::-webkit-scrollbar-track {
|
|
@@ -175,7 +175,7 @@
|
|
|
height: 40px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- background-color: #961014;
|
|
|
+ background-color: #741A1A;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
font-size: 16px;
|