Skip to content

Commit

Permalink
website: update logo and primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
donskov committed Jan 16, 2024
1 parent 77b3c67 commit 54ee66f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config: Config = {
style: 'dark',
logo: {
alt: 'asn1.js',
src: '/img/logo_r2.svg',
src: '/img/logo_r3.svg',
width: 92,
},
items: [
Expand Down
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:root {
--ifm-font-family-base: 'Open Sans', Arial, sans-serif;
--ifm-color-primary: #F78700;
--ifm-color-primary: #00C969;
}

.header-github-link:hover {
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
width: 100%;
height: 100%;
content: "";
background-image: -webkit-radial-gradient(center 300%,rgba(255,153,0,.9) 10%,rgba(247,135,0,.7) 75%);
background-image: -webkit-radial-gradient(center 300%,rgba(0,229,130,.9) 10%,rgba(0,201,105,.7) 75%);
animation: reverse-pulse-opacity 7s linear infinite;
}

Expand All @@ -49,7 +49,7 @@
width: 100%;
height: 100%;
content: "";
background-image: linear-gradient(to bottom right,rgba(255,153,0,.8),rgba(243, 151, 14, 0.3));
background-image: linear-gradient(to bottom right,rgba(0,229,130,.8),rgba(0,181,90,0.3));
animation: pulse-opacity 7s linear infinite;
}

Expand Down
Binary file modified website/static/img/card.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 website/static/img/favicon.ico
Binary file not shown.
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 54ee66f

Please sign in to comment.