Skip to content

Commit

Permalink
edited css
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed May 31, 2024
1 parent 2ce2afb commit 695f8ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 4 additions & 2 deletions Documentation/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Imgal Documentation",
description: "Documentation for Imgal by KioydioLabs",
head: [['link', { rel: 'icon', href: '/public/icon.jpg' }]],
head: [['meta', { name: 'theme-color', content: '#75a300' }]],
head: [
['link', { rel: 'icon', href: '/public/icon.jpg' }],
['meta', { name: 'theme-color', content: '#75a300' }]
] ,
themeConfig: {
search: {
provider: 'local'
Expand Down
6 changes: 1 addition & 5 deletions Documentation/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ hero:
align: center
name: "Demo Imgal Galleries"
text: "Choose a theme"
pageClass: demo-page
actions:
- theme: brand
text: Sleek
Expand All @@ -21,9 +22,4 @@ hero:
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #75a300, rgb(0,163,149));
}
.main{
display: flex;
flex-direction: column;
align-items: center;
}
</style>

0 comments on commit 695f8ad

Please sign in to comment.