Skip to content

Commit

Permalink
Change the default API background to transparent
Browse files Browse the repository at this point in the history
This makes the page less noisy while still highlighting the API entries
using colors.
  • Loading branch information
pradyunsg committed Dec 26, 2022
1 parent 48d7fde commit e9cb31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/assets/styles/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
--color-brand-content: #2a5adf;

// API documentation
--color-api-background: var(--color-background-secondary);
--color-api-background: var(--color-background-hover--transparent);
--color-api-background-hover: var(--color-background-hover);
--color-api-overall: var(--color-foreground-secondary);
--color-api-name: var(--color-problematic);
Expand Down

0 comments on commit e9cb31f

Please sign in to comment.