Skip to content

Commit

Permalink
logo update and removing shadows (#12020)
Browse files Browse the repository at this point in the history
* logo update and removing shadows

* add border radius to images - remove alert shadows

* removed old logos
  • Loading branch information
Upmitt authored Apr 19, 2022
1 parent 0004cfa commit acf194d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
--ifm-color-primary-lightest: #c8c7ff;
--ifm-code-font-size: 95%;
--ifm-navbar-height: 82px;
--ifm-alert-border-color: #615eff;
--ifm-navbar-link-color: #615eff;
--ifm-font-family-base: 'Inter'
--ifm-font-family-base: 'Inter';
--ifm-alert-shadow: none;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand Down Expand Up @@ -68,5 +70,12 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
text-decoration: none;
}

.codeBlockContainer_I0IT {
box-shadow: none !important;
}

img {
max-width: 100%;
border-radius: 8px;
}

Binary file modified docusaurus/static/img/logo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docusaurus/static/img/logo-light.png
Loading
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 acf194d

Please sign in to comment.