10 lines
179 B
CSS
10 lines
179 B
CSS
|
|
#sql2excel-category-container .sql2excelpreview {
|
||
|
|
background: purple;
|
||
|
|
}
|
||
|
|
|
||
|
|
#sql2excel-category-container .sql2excelpreview div a {
|
||
|
|
color: white;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|