Skip to content

Commit

Permalink
chore: Update spotlight styles for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hasith committed Sep 1, 2024
1 parent 69fa74f commit 98f59c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/@productled/spotlights/src/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 98f59c9

Please sign in to comment.