Skip to content

Instantly share code, notes, and snippets.

.link_1uvuyao-o_O-computing_77ub1h {
color: #1865f2 !important;
border-color: #1865f2 !important;
}
.link_1uvuyao-o_O-computing_77ub1h:hover {
color: #0f52cf !important;
border-color: #0f52cf !important;
}
const enum TAB {
inactive = "link_1uvuyao-o_O-tabTrigger_pbokdw-o_O-inactiveTab_1t8hj6j",
active = "link_1uvuyao-o_O-tabTrigger_pbokdw-o_O-activeTab_t62l0x"
}
const sectionLink = document.createElement("a");
sectionLink.className = TAB.inactive;
sectionLink.setAttribute("role", "tab");
sectionLink.setAttribute("aria-selected", "false");
sectionLink.href = "javascript:void(0)";
sectionLink.textContent = "Statistics";