10 lines
197 B
CSS
10 lines
197 B
CSS
|
|
#sql2excel-category-container .sql2excelpreview {
|
||
|
|
background: rgb(89,73,43);
|
||
|
|
}
|
||
|
|
|
||
|
|
#sql2excel-category-container .sql2excelpreview div a {
|
||
|
|
color: rgb(231,226,211);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|