Skip to content

Commit

Permalink
more css stuff to come (mostly making the color scheme better
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada committed Aug 7, 2024
1 parent e196ed5 commit f4921cc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/.vuepress/client.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineClientConfig } from 'vuepress/client'
import './styles/index.css'
export default defineClientConfig({
enhance({ app, router, siteData }) {},
setup() {},
rootComponents: [],
})
3 changes: 3 additions & 0 deletions src/.vuepress/styles/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:root {
scroll-behavior: smooth;
}
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config:
-
type: hero
full: true
background: tint-plate
background: https://www.blackknightsrobotics.org/images/flatironsHome.png
hero:
name: RoboSharks
tagline: Boulder High School MATE ROV Team
Expand Down

0 comments on commit f4921cc

Please sign in to comment.