We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ebe1c commit fc929b8Copy full SHA for fc929b8
tools/api_refs/redocly.hbs
@@ -27,9 +27,7 @@
27
28
// Apply badge styling
29
document.querySelectorAll('.api-content [data-section-id] h2 [type="primary"]').forEach(el => {
30
- console.log(el);
31
const color = el.getAttribute('color');
32
- console.log(color);
33
el.style.backgroundColor = "#FFF";
34
el.style.border = "1px solid " + color;
35
el.style.padding = "1px 8px";
0 commit comments