diff --git a/docs/conf.py b/docs/conf.py index 1eb8841997c..86b99c0b852 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,14 +33,13 @@ "admonition-title-font-size": "100%", "color-brand-primary": "#C44536", "color-brand-content": "#00808b", - "color-announcement-background": "#711818de", - "color-announcement-text": "#fff" + "color-announcement-background": "#f8f8f8", + "color-announcement-text": "#383838" }, "dark_css_variables": { "color-brand-primary": "#ed9d13", "color-brand-content": "#58d3ff", - "color-announcement-background": "#711818de", - "color-announcement-text": "#fff" + "color-announcement-background": "##1a1c1e;", }, "footer_icons": [ { diff --git a/docs/source-2.0/conf.py b/docs/source-2.0/conf.py index 9a2c114655f..633bb6e2e49 100644 --- a/docs/source-2.0/conf.py +++ b/docs/source-2.0/conf.py @@ -12,3 +12,6 @@ version = release html_theme_options['source_directory'] = "docs/source-2.0" +html_theme_options['announcement'] = '''The Smithy team at AWS is hiring software engineers. +
Interested? Check out our job postings here. +'''