Jelajahi Sumber

Club: adding selection colors (#6338)

Matias Benedetto 3 tahun lalu
induk
melakukan
f0c7e2701e
1 mengubah file dengan 8 tambahan dan 1 penghapusan
  1. 8 1
      club/style.css

+ 8 - 1
club/style.css

@@ -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.