@@ -69,20 +69,20 @@ div.sheet-multicolored2 > table > thead > tr > th {
6969}
7070
7171div .sheet-multicolored2 > table > thead > tr {
72- background-color : #87cefa !important ;
73- color : #0a3060 !important ;
72+ background-color : #9dc3e6 !important ;
73+ color : #000 !important ;
7474
75- --bs-table-bg : #87cefa !important ;
76- --bs-table-color : #0a3060 !important ;
75+ --bs-table-bg : #9dc3e6 !important ;
76+ --bs-table-color : #000 !important ;
7777}
7878
7979div .sheet-multicolored2 > table > tbody > tr .block-row-1 {
80- background-color : #87cefa !important ;
81- color : #0a3060 !important ;
80+ background-color : #9dc3e6 !important ;
81+ color : #000 !important ;
8282 font-weight : 600 !important ;
8383
84- --bs-table-bg : #87cefa !important ;
85- --bs-table-color : #0a3060 !important ;
84+ --bs-table-bg : #9dc3e6 !important ;
85+ --bs-table-color : #000 !important ;
8686}
8787
8888div .sheet-multicolored2 > table > tbody > tr .block-row-2 {
@@ -175,15 +175,15 @@ div.sheet-colored > table > tbody > tr:nth-child(2) {
175175 }
176176 }
177177
178- // Light blue headers/ rows → dark muted blue
178+ // Light blue headers (multicolored2 type-name rows) → dark muted blue
179179 div .sheet-multicolored2 > table > thead > tr ,
180180 div .sheet-multicolored2 > table > tbody > tr .block-row-1 {
181- background-color : #1a3a52 !important ;
182- color : #c8dce8 !important ;
181+ background-color : #1a3550 !important ;
182+ color : #b8d4e8 !important ;
183183 font-weight : 600 !important ;
184184
185- --bs-table-bg : #1a3a52 !important ;
186- --bs-table-color : #c8dce8 !important ;
185+ --bs-table-bg : #1a3550 !important ;
186+ --bs-table-color : #b8d4e8 !important ;
187187 }
188188
189189 // Yellow headers/rows → dark muted amber
0 commit comments