diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 393da269b4..4f1613e8c1 100644
--- a/src/wp-content/themes/twentytwenty/style.css
+++ b/src/wp-content/themes/twentytwenty/style.css
@@ -6515,3 +6515,18 @@ a.to-the-top > * {
 		top: 0;
 	}
 }
+.has-accent-border-color{
+	border-color: var(--wp--preset--color--accent) !important;
+}
+.has-primary-border-color{
+	border-color: var(--wp--preset--color--accent) !important;
+}
+.has-secondary-border-color{
+	border-color: var(--wp--preset--color--secondary) !important;
+}
+.has-subtle-background-border-color{
+	border-color: var(--wp--preset--color--subtle-background) !important;
+}
+.has-background-border-color{
+	border-color: var(--wp--preset--color--background) !important;
+}
\ No newline at end of file
