Matches the current item color in top navbar.
background-color: var(--console-background-color);
}
+/* Focus outline on link, canvas and input: match the focused header item. */
+*:focus { outline-color: var(--header-link-current-color); }
+
/* Utility */
div.m-scroll {
max-width: 100%;
code.m-console {
background-color: #000000;
}
+*:focus { outline-color: #5b9dd9; }
div.m-scroll {
max-width: 100%;
overflow-x: auto;
code.m-console {
background-color: #000000;
}
+*:focus { outline-color: #5b9dd9; }
div.m-scroll {
max-width: 100%;
overflow-x: auto;
code.m-console {
background-color: #000000;
}
+*:focus { outline-color: #ea7944; }
div.m-scroll {
max-width: 100%;
overflow-x: auto;
code.m-console {
background-color: #000000;
}
+*:focus { outline-color: #ea7944; }
div.m-scroll {
max-width: 100%;
overflow-x: auto;