Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Update style
Browse files Browse the repository at this point in the history
  • Loading branch information
wuminzhe committed Jul 18, 2022
1 parent a85fcef commit 4c057f4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
17 changes: 16 additions & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* work well for content-centric websites.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #ec3783;
Expand All @@ -14,7 +16,20 @@
--ifm-color-primary-light: #ef5293;
--ifm-color-primary-lighter: #f05f9c;
--ifm-color-primary-lightest: #f487b4;
--ifm-code-font-size: 95%;

--ifm-code-font-size: 90%;
--ifm-font-family-base: 'Open Sans';
}

.menu__link--sublist:after {
content: '';
min-width: 1.25rem;
background: var(--ifm-menu-link-sublist-icon) 50% / 1.25rem 1.25rem;
filter: var(--ifm-menu-link-sublist-icon-filter);
height: 1.25rem;
transform: rotate(180deg);
width: 1.25rem;
transition: transform var(--ifm-transition-fast) linear;
}

.docusaurus-highlight-code-line {
Expand Down
Binary file removed static/img/favicon.ico
Binary file not shown.
17 changes: 5 additions & 12 deletions static/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c057f4

Please sign in to comment.