diff --git a/docs/_config.yml b/docs/_config.yml index 774a02f..80ab350 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -69,7 +69,7 @@ heading_anchors: true # Aux links for the upper right navigation aux_links: - "Just the Docs on GitHub": + "Productled on GitHub": - "https://github.com/just-the-docs/just-the-docs" # Makes Aux links open in a new tab. Default is false diff --git a/packages/@productled/spotlights/src/styles.ts b/packages/@productled/spotlights/src/styles.ts index a6a5524..9faf285 100644 --- a/packages/@productled/spotlights/src/styles.ts +++ b/packages/@productled/spotlights/src/styles.ts @@ -7,8 +7,8 @@ function createStyleElement(cssCode: string): HTMLStyleElement { const cssCode = ` .beacon{ position:absolute; - border-color: rgba(219, 40, 40, .75); - border-style: solid; + background-color: rgba(219, 40, 40, .4); + border-style: none; border-width: 1px; height:1em; width:1em;