Skip to content

Commit

Permalink
uodata html
Browse files Browse the repository at this point in the history
  • Loading branch information
s111z committed Sep 15, 2023
1 parent a9b71d5 commit e44e41c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'My Site',
tagline: 'Dinosaurs are cool',
title: 'SNC文档站',
tagline: '系统维护部',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down
14 changes: 7 additions & 7 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
--ifm-color-primary-light: #33925d;
--ifm-color-primary-lighter: #359962;
--ifm-color-primary-lightest: #3cad6e;
--ifm-color-primary: #50508b;
--ifm-color-primary-dark: #48487d;
--ifm-color-primary-darker: #444476;
--ifm-color-primary-darkest: #383861;
--ifm-color-primary-light: #585899;
--ifm-color-primary-lighter: #5c5ca0;
--ifm-color-primary-lightest: #7070ad;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/about">
Docusaurus Tutorial - 5min ⏱️
点击查看内部消息❤️ ⏱️
</Link>
</div>
</div>
Expand Down

0 comments on commit e44e41c

Please sign in to comment.