diff --git a/src/components/appBootstrap/UniversalGlobalStyles.tsx b/src/components/appBootstrap/UniversalGlobalStyles.tsx
index 77fc9283a..b19d4c512 100644
--- a/src/components/appBootstrap/UniversalGlobalStyles.tsx
+++ b/src/components/appBootstrap/UniversalGlobalStyles.tsx
@@ -278,6 +278,11 @@ const UniversalGlobalStyles: React.FunctionComponent = (props): JSX.Eleme
opacity: 1 !important; // Overrides default bootstrap behaviour to avoid make-believe SSR doesn't work on the demo, when JS is disabled - See https://github.com/UnlyEd/next-right-now/issues/9
}
}
+
+ // Overrides of CookieConsent
+ .cc-revoke {
+ border: 1px solid lightgrey
+ }
`}
/>
);
diff --git a/src/pages/[locale]/examples/built-in-features/analytics.tsx b/src/pages/[locale]/examples/built-in-features/analytics.tsx
index a5358d17f..2dbd27fd5 100644
--- a/src/pages/[locale]/examples/built-in-features/analytics.tsx
+++ b/src/pages/[locale]/examples/built-in-features/analytics.tsx
@@ -221,7 +221,10 @@ const ExampleAnalyticsPage: NextPage = (props): JSX.Element => {
@@ -233,7 +236,10 @@ const ExampleAnalyticsPage: NextPage = (props): JSX.Element => {
{({ logEvent }): JSX.Element => (