Skip to content

Commit

Permalink
Change ESP Web Tools styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 12, 2024
1 parent 836a58a commit d50bc69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig({
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: 'Doorman | Gateway for TCS and Koch intercoms' }],
['meta', { property: 'og:description', content: 'Doorman S3 lets you connect your TCS or Koch intercom to any home automation system.' }],
['meta', { property: 'og:site_name', content: 'Doorman' }],
['meta', { property: 'og:image', content: 'https://doorman.azon.ai/doorman-og.jpg' }],
['meta', { property: 'og:url', content: 'https://doorman.azon.ai/' }],
Expand Down
7 changes: 7 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@
border-color: var(--vp-button-brand-active-border);
color: var(--vp-button-brand-active-text);
background-color: var(--vp-button-brand-active-bg);
}

:root {
--md-dialog-container-shape-start-start: 8px;
--md-dialog-container-shape-start-end: 8px;
--md-dialog-container-shape-end-end: 8px;
--md-dialog-container-shape-end-start: 8px;
}

0 comments on commit d50bc69

Please sign in to comment.