Skip to content

Commit

Permalink
update style and add repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Nov 26, 2024
1 parent 7944103 commit f6fc092
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default defineUserConfig({

theme: defaultTheme({
logo: 'logo_worldline.png',
repo: 'https://github.com/worldline/learning-ai',

sidebar: [
{ text: 'Home', link: '/' },
Expand Down
17 changes: 12 additions & 5 deletions docs/src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
:root {
// brand colors
--c-brand: #00A67E;
--c-brand-light: #00ff80;
// accent colors
--vp-c-accent: #356cae;
--vp-c-accent-bg: #356cae;
--vp-c-accent-hover: #164177;
--vp-c-accent-text: var(--vp-c-white);
--vp-c-accent-soft: rgba(55, 65, 183, 0.14);
}

html.dark {
--c-brand: #00A67E;
--c-brand-light: #00ff80;
// accent colors
--vp-c-accent: #356cae;
--vp-c-accent-bg: #356cae;
--vp-c-accent-hover: #164177;
--vp-c-accent-text: var(--vp-c-white);
--vp-c-accent-soft: rgba(55, 65, 183, 0.14);
}

iframe {
Expand Down

0 comments on commit f6fc092

Please sign in to comment.