Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update version of docusaurus to the latest #1510

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 29 additions & 23 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ html {
background-color: #212121;
}

/*
/*
* Headers
*********/

Expand All @@ -30,7 +30,7 @@ h6 {
margin: 0;
}

/*
/*
* Anchors
*********/

Expand All @@ -54,7 +54,7 @@ a:focus {
Header on each page of the site.
\*------------------------------------*/

/*
/*
* Fixed header Container
************************/

Expand Down Expand Up @@ -97,7 +97,7 @@ a:focus {
border: 0;
}

/*
/*
* Sliding Nav: UL
*************/

Expand Down Expand Up @@ -144,7 +144,7 @@ a:focus {
border-radius: 2px;
}

/*
/*
* Navigation Breadcrumb
***********************/

Expand All @@ -158,7 +158,7 @@ a:focus {
color: #eee;
}

/*
/*
* Icon for Table of contents
****************************/

Expand All @@ -169,7 +169,7 @@ a:focus {
border: 1px solid #eee;
}

/*
/*
* Nav toggle
****************************/

Expand All @@ -184,7 +184,7 @@ a:focus {
border-width: 5px 0;
}

/*
/*
* Breadcrumb sheveron
****************************/

Expand All @@ -198,7 +198,7 @@ a:focus {
Buttons at bottom of each docs page.
\*------------------------------------*/

/*
/*
* Next / Previous buttons
****************************/

Expand Down Expand Up @@ -274,7 +274,7 @@ a:focus {
}

/*------------------------------------*\
Post header title:
Post header title:
Title that at top of each doc page.
\*------------------------------------*/

Expand All @@ -289,11 +289,11 @@ a:focus {
}

/*------------------------------------*\
Left navigation:
Left navigation:
Nav list on the left (ltr) of doc pages.
\*------------------------------------*/

/*
/*
* Article navigation title
****************************/

Expand All @@ -309,7 +309,7 @@ a:focus {
cursor: default;
}

/*
/*
* Article navigation
****************************/

Expand All @@ -321,6 +321,7 @@ a:focus {
color: #eee;
padding: 0;
border-radius: 2px;
font-size: 14px;
}

.toc .toggleNav ul li a {
Expand All @@ -341,6 +342,11 @@ a:focus {
box-shadow: inset 0 0 0 2px #fff;
}

.toc .toggleNav ul li.navListItem a {
color:rgba(255, 255, 255, 0.8);
position: relative;
}

.toc .toggleNav ul li.navListItemActive a {
color: #eee;
position: relative;
Expand All @@ -367,7 +373,7 @@ p a {
border-bottom: 1px solid #fb356d;
}

/*
/*
* Image and caption
****************************/

Expand All @@ -381,7 +387,7 @@ article p img + em {
display: block;
}

/*
/*
* Hash link
****************************/

Expand All @@ -401,15 +407,15 @@ a.hash-link:hover {
fill: #fb356d;
}

/*
/*
* Nav pusher (pushes body down below header)
****************************/

.navPusher {
padding-top: 127px;
}

/*
/*
* Elements in article
****************************/
article blockquote {
Expand Down Expand Up @@ -516,11 +522,11 @@ article ul li {
}

/*------------------------------------*\
Table of contents
Table of contents
Navigation area on Right pane (LTR).
\*------------------------------------*/

/*
/*
* Table of contents
****************************/

Expand Down Expand Up @@ -591,7 +597,7 @@ ul.toc-headings li a:focus {
Intro page of site.
\*------------------------------------*/

/*
/*
* Project title
****************************/

Expand All @@ -610,7 +616,7 @@ ul.toc-headings li a:focus {
margin: 8px 0 0 0;
}

/*
/*
* Promo section
****************************/

Expand All @@ -627,7 +633,7 @@ ul.toc-headings li a:focus {
padding: 0 4px;
}

/*
/*
* Promo section buttons
****************************/

Expand Down Expand Up @@ -759,7 +765,7 @@ ul.toc-headings li a:focus {

@media only screen and (min-width: 1024px) {


.docsNavContainer {
top: 64px;
}
Expand Down