hardlyworking commited on
Commit
a8f259b
·
verified ·
1 Parent(s): 8ec7cfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -85,8 +85,8 @@ base_model:
85
  }
86
  .section-title {
87
  font-size: 1.5em;
88
- color: ##996515; /* Bright color for section titles */
89
- border-bottom: 2px solid ##996515;
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: ##996515; /* Bright color for quantization subheading */
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>