Skip to content

Commit c041ac5

Browse files
committed
chore: update dark mode
1 parent 8abc535 commit c041ac5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/customization/text.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The table below lists all the available properties you can override:
3838
| `privacy-policy-text` | **Type**: `boolean`<br />**Default value**: `I have read and expressly consent to the terms of the <a href='https://pushfeedback.com/privacy'>Privacy Policy</a>.`<br /><br />Privacy policy text. |
3939
| `rating-placeholder` | **Type**: `string`<br />**Default value**: `Was this page helpful?`<br />Heading for the feedback rating feature (thumbs).<br /><br />|
4040
| `rating-stars-placeholder` | **Type**: `string`<br />**Default value**: `How would you rate this page`<br />Heading for the feedback rating feature (stars).<br /><br />|
41-
| `screenshot-attached-text` | **Type**: `string`<br>**Default**: `Screenshot attached text`<br>Label for the screenshot button when a screenshot has been attached. |
41+
| `screenshot-attached-text` | **Type**: `string`<br />**Default**: `Screenshot attached text`<br />Label for the screenshot button when a screenshot has been attached..<br /><br /> |
4242
| `screenshot-button-text` | **Type**: `string`<br />**Default value**: `Take a Screenshot`<br />Label for the screenshot button.<br /><br /> |
4343
| `screenshot-topbar-text` | **Type**: `string`<br />**Default value**: `SELECT AN ELEMENT ON THE PAGE`<br />Instructional text when taking a screenshot.<br /><br />|
4444
| `send-button-text` | **Type**: `string`<br />**Default value**: `Send`<br />Text for the button that submits feedback.<br /><br /> |

src/css/custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
--ifm-color-primary-darker: #005fcf;
3131
--ifm-color-primary-darkest: #004eab;
3232
--ifm-color-primary-light: #0d7cff;
33+
--ifm-menu-color-background-active: #ffffff0d;
3334
--ifm-color-primary-lighter: #1a83ff;
3435
--ifm-color-primary-lightest: #3e97ff;
3536
--ifm-logo-background-color: #ffffff0d;

0 commit comments

Comments
 (0)