10 lines
198 B
CSS
10 lines
198 B
CSS
|
|
#sql2excel-category-container .sql2excelpreview {
|
||
|
|
background: rgb(158,62,26);
|
||
|
|
}
|
||
|
|
|
||
|
|
#sql2excel-category-container .sql2excelpreview div a {
|
||
|
|
color: rgb(255,252,233);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|