From 75828cfa1ee06f0f57040453990a1ffee670448d Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Thu, 23 May 2024 14:59:58 -0400 Subject: [PATCH] apply custom styling --- src/theme/DocItem/Footer/index.css | 3 +++ src/theme/DocItem/Footer/index.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 src/theme/DocItem/Footer/index.css diff --git a/src/theme/DocItem/Footer/index.css b/src/theme/DocItem/Footer/index.css new file mode 100644 index 0000000000..c6cffb038f --- /dev/null +++ b/src/theme/DocItem/Footer/index.css @@ -0,0 +1,3 @@ +:root { + --feedback-primary-color: #000; +} diff --git a/src/theme/DocItem/Footer/index.js b/src/theme/DocItem/Footer/index.js index 62dc73e14d..f2de815d65 100644 --- a/src/theme/DocItem/Footer/index.js +++ b/src/theme/DocItem/Footer/index.js @@ -4,6 +4,7 @@ import Footer from "@theme-original/DocItem/Footer"; import { FeedbackButton } from "pushfeedback-react"; import { defineCustomElements } from "pushfeedback/loader"; import "pushfeedback/dist/pushfeedback/pushfeedback.css"; +import "./index.css"; function FeedbackWidget() { const buttonThumbsUp = (