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.
2 parents 44d896a + 0465dbe commit c233e36Copy full SHA for c233e36
docs/codeql/_static/custom.css_t
@@ -14,6 +14,18 @@ code {
14
font-size: 0.9em !important; /* makes code snippets in headings the correct size */
15
}
16
17
+/* -- HEADER ------------------------------------------------------------------------------- */
18
+
19
+/* Override alabaster.css purple link color for header links to match the rest of the site */
20
+.Header .Header-link {
21
+ color: #fff;
22
+}
23
24
+.Header .Header-link:hover,
25
+.Header .Header-link:focus {
26
+ color: rgba(255, 255, 255, 0.7);
27
28
29
/* -- MAIN BODY ---------------------------------------------------------------------------- */
30
31
main {
0 commit comments