Update README.md
Browse files
README.md
CHANGED
@@ -85,8 +85,8 @@ base_model:
|
|
85 |
}
|
86 |
.section-title {
|
87 |
font-size: 1.5em;
|
88 |
-
color:
|
89 |
-
border-bottom: 2px solid
|
90 |
padding-bottom: 5px;
|
91 |
margin-bottom: 10px;
|
92 |
}
|
@@ -97,7 +97,7 @@ base_model:
|
|
97 |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
98 |
}
|
99 |
.quantization-info h4 {
|
100 |
-
color:
|
101 |
}
|
102 |
</style>
|
103 |
</head>
|
|
|
85 |
}
|
86 |
.section-title {
|
87 |
font-size: 1.5em;
|
88 |
+
color: #996515; /* Corrected color for section titles */
|
89 |
+
border-bottom: 2px solid #996515; /* Corrected underline color */
|
90 |
padding-bottom: 5px;
|
91 |
margin-bottom: 10px;
|
92 |
}
|
|
|
97 |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
|
98 |
}
|
99 |
.quantization-info h4 {
|
100 |
+
color: #996515; /* Corrected color for quantization subheading */
|
101 |
}
|
102 |
</style>
|
103 |
</head>
|