@@ -172,7 +172,7 @@ a {
text-decoration: none;
}
-/*
+ /*
* Quote
*/
.wp-block-quote p {
@@ -188,6 +188,13 @@ a {
content: "— ";
+/*
+ * Selection
+ */
+ ::selection{
+ background: var(--wp--preset--color--foreground);
+ color: var(--wp--preset--color--background);
+}
/*
* Alignment styles, borrowed from Twenty Twenty-Two.