Skip to content

Commit

Permalink
chore(v2): fixes website styles (#3769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Nov 17, 2020
1 parent de87eb5 commit 5872bbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ html[data-theme='dark'] {
}

.docusaurus-highlight-code-line {
background-color: rgb(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}

html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgb(0, 0, 0, 0.3);
background-color: rgba(0, 0, 0, 0.3);
}

.header-github-link:hover {
Expand All @@ -49,6 +49,10 @@ html[data-theme='dark'] .header-github-link:before {
no-repeat;
}

.footer--dark {
--ifm-footer-background-color: #2b3137;
}

.unique-tabs .tabs__item {
height: 18px;
line-height: 16px;
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.sectionAlt {
background-color: var(--ifm-color-emphasis-inverse-alpha-30);
background-color: var(--ifm-color-emphasis-100);
}

.sectionInner {
Expand Down

0 comments on commit 5872bbc

Please sign in to comment.