Skip to content

Commit

Permalink
Better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed May 12, 2023
1 parent 16d44aa commit 69ad9f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions website/src/components/HomepageFeatures/styles.module.css
Expand Up @@ -8,6 +8,7 @@
.featureSvg {
height: 144px;
width: 144px;
fill: var(--fc-banner-background-color);
}

.featureName {
Expand Down
2 changes: 2 additions & 0 deletions website/src/css/custom.css
Expand Up @@ -15,6 +15,7 @@
--ifm-color-primary-lightest: rgb(52, 61, 220);
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--fc-banner-background-color: rgb(40, 46, 169);
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand All @@ -27,4 +28,5 @@
--ifm-color-primary-lighter: #dcddf7;
--ifm-color-primary-lightest: #ffffff;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
--fc-banner-background-color: rgb(52, 61, 220);
}
6 changes: 1 addition & 5 deletions website/src/pages/index.module.css
Expand Up @@ -8,11 +8,7 @@
text-align: center;
position: relative;
overflow: hidden;
background-color: rgb(40, 46, 169);
}

[data-theme='dark'] .heroBanner {
background-color: rgb(52, 61, 220);
background-color: var(--fc-banner-background-color);
}

.mainTitle {
Expand Down
2 changes: 1 addition & 1 deletion website/static/img/syringe.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69ad9f5

Please sign in to comment.