10 lines
197 B
CSS
10 lines
197 B
CSS
|
|
#sql2excel-category-container .sql2excelpreview {
|
||
|
|
background: rgb(29,40,46);
|
||
|
|
}
|
||
|
|
|
||
|
|
#sql2excel-category-container .sql2excelpreview div a {
|
||
|
|
color: rgb(223,221,200);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|