diff --git a/docs/hugo.toml b/docs/hugo.toml index 5ab9f8c..c1504ce 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -167,10 +167,10 @@ enable = false [params.links] # Developer relevant links. These will show up on right side of footer and in the community page if you have one. [[params.links.developer]] - name = "GitHub" + name = "Microsoft - Activate GenAI with Azure" url = "https://github.com/azure/activate-genai" icon = "fab fa-microsoft" - desc = "Development takes place here!" + desc = "" # hugo module configuration diff --git a/docs/scss/_variables_project.scss b/docs/scss/_variables_project.scss index 2569027..56ee10f 100644 --- a/docs/scss/_variables_project.scss +++ b/docs/scss/_variables_project.scss @@ -1,6 +1,10 @@ /* - Add styles or override variables from the theme here. - */ +$primary: #0080ff; +$secondary: #89c4ff; + +$light: #d8ebff; +$dark: #001e3b; +