mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
Merge pull request #21103 from igfoo/igfoo/css
Fix header link color and hover effect in query help documentation
This commit is contained in:
@@ -14,6 +14,18 @@ code {
|
||||
font-size: 0.9em !important; /* makes code snippets in headings the correct size */
|
||||
}
|
||||
|
||||
/* -- HEADER ------------------------------------------------------------------------------- */
|
||||
|
||||
/* Override alabaster.css purple link color for header links to match the rest of the site */
|
||||
.Header .Header-link {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.Header .Header-link:hover,
|
||||
.Header .Header-link:focus {
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
/* -- MAIN BODY ---------------------------------------------------------------------------- */
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user