Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Sep 17, 2024
1 parent 7be1c65 commit 7458e86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions website/src/css/customTheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,15 @@ article header h1 {
line-height: 3rem;
}

article header h2, {
article header h2 {
line-height: 3rem;

a {
color: var(--ifm-font-color-base);
font-size: 2.5rem;

&:hover, &:focus {
&:hover,
&:focus {
color: var(--ifm-font-color-base);
opacity: 0.8;
}
Expand Down
3 changes: 2 additions & 1 deletion website/src/theme/Blog/Components/Author/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
svg[class^="authorSocialLink"] {
fill: var(--subtle) !important;

&:hover, &:focus {
&:hover,
&:focus {
fill: var(--ifm-hero-text-color) !important;
}
}
5 changes: 4 additions & 1 deletion website/src/theme/DocVersionBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import {
useDocVersionSuggestions,
} from '@docusaurus/plugin-content-docs/client';
import {ThemeClassNames} from '@docusaurus/theme-common';
import {useDocsVersion, useDocsPreferredVersion} from '@docusaurus/plugin-content-docs/client';
import {
useDocsVersion,
useDocsPreferredVersion,
} from '@docusaurus/plugin-content-docs/client';

function UnreleasedVersionLabel({siteTitle, versionMetadata}) {
return (
Expand Down

0 comments on commit 7458e86

Please sign in to comment.