BirchStreet download. Fixed Cin7 and backed up all the templates. Sandbox templates.
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
// Create a <style> tag
|
||||
const style = document.createElement('style');
|
||||
style.textContent = `
|
||||
.bqUfwS {
|
||||
background-color: blue !important; /* Use !important to enforce the rule */
|
||||
color: white !important;
|
||||
}
|
||||
`;
|
||||
|
||||
// Append the <style> tag to the document head
|
||||
document.head.appendChild(style);
|
||||
Reference in New Issue
Block a user