Skip to content

Commit

Permalink
Update SDK site to match brand guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmarple committed Feb 1, 2022
1 parent ab5caef commit c7c8d39
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ body {

a,
a:visited {
color: #464acb;
color: #3438bf;
}
a:hover {
color: #464acb;
color: #3438bf;
text-decoration: underline;
}

.wy-nav-top {
background-color: #464acb;
background-color: #3438bf;
}

.wy-nav-top a {
Expand All @@ -25,11 +25,11 @@ a:hover {
}

.wy-nav-side {
background-color: #595cd0;
background-color: #3438bf;
}

.wy-side-nav-search {
background-color: #464acb;
background-color: #3438bf;
}

.wy-side-nav-search > a {
Expand Down Expand Up @@ -59,11 +59,11 @@ a:hover {
}

.wy-side-nav-search input[type="text"] {
border-color: #464acb;
border-color: #3438bf;
}

.wy-menu-vertical a:hover {
background-color: #464acb;
background-color: #3438bf;
}

.wy-menu-vertical a,
Expand All @@ -84,11 +84,11 @@ a:hover {

.rst-versions,
.rst-versions .rst-current-version {
background-color: #464acb;
background-color: #3438bf;
}

.rst-versions .rst-current-version {
color: rgb(255, 229, 100);
color: #fbbf52;
}

.rst-versions .rst-other-versions {
Expand Down Expand Up @@ -116,12 +116,12 @@ a:hover {
}

.rst-versions .rst-other-versions dd a:hover {
color: #464acb;
color: #3438bf;
background-color: white;
}

.rst-content code.literal {
color: #476582;
color: #62626e;
}

h1,
Expand Down

0 comments on commit c7c8d39

Please sign in to comment.