diff --git a/assets/media/styles.css b/assets/media/styles.css
index b349f165..acd7388f 100644
--- a/assets/media/styles.css
+++ b/assets/media/styles.css
@@ -355,6 +355,11 @@
color: var(--vscode-button-secondaryForeground);
}
+.ext_link_block a:hover,
+.ext_link_block button:hover {
+ background-color: var(--vscode-button-secondaryHoverBackground);
+}
+
.table__cell {
overflow: hidden;
}
diff --git a/src/panelWebView/components/ContentType/ContentTypeValidator.tsx b/src/panelWebView/components/ContentType/ContentTypeValidator.tsx
index b50c758a..f084a9bf 100644
--- a/src/panelWebView/components/ContentType/ContentTypeValidator.tsx
+++ b/src/panelWebView/components/ContentType/ContentTypeValidator.tsx
@@ -58,10 +58,10 @@ export const ContentTypeValidator: React.FunctionComponent
Would you like to generate or update the content type for this page?
+Would you like to create, update, or set the content type for this content?