Skip to content

Commit

Permalink
fix(scripts): minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
staghouse committed Sep 11, 2023
1 parent 7b89152 commit 089e3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
['meta', { name: 'theme-color', content: '#0f263c' }],
// Analytics
['meta', { name: 'google-site-verification', content: 'M0vhY1d0DytNcuhlzErPmN1UUXkPEZM_jkj8q_S21JY' }],
['script', { src: 'https://www.googletagmanager.com/gtag/js?id=G-ZPPM5J5ET2', async: 'true', defer: 'true' }],
['script', { src: 'https://www.googletagmanager.com/gtag/js?id=G-ZPPM5J5ET2', defer: 'true' }],
[
'script',
{},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/styles/vars.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
// True colors, not to be changed later
--accent-color: #2c6eb1;
--accent-color: #2d73ba;
--accent-1-color: #092d50;
--accent-2-color: #daecfe;
--accent-3-color: #3484d4;
Expand Down

0 comments on commit 089e3a4

Please sign in to comment.