Sfoglia il codice sorgente

Radcliffe 2: Complete colour CSS for Vintage.

Laurel Fulford 6 anni fa
parent
commit
155678e6d1
1 ha cambiato i file con 30 aggiunte e 6 eliminazioni
  1. 30 6
      radcliffe-2/assets/css/blocks.css

+ 30 - 6
radcliffe-2/assets/css/blocks.css

@@ -757,27 +757,51 @@ ul.wp-block-gallery li {
 	background-color: #c7c4b4;
 }
 
-.has-vintage-light-gray-color {
+.has-vintage-light-gray-color,
+.has-vintage-light-gray-color:hover,
+.has-vintage-light-gray-color:active,
+.has-vintage-light-gray-color:focus,
+.has-vintage-light-gray-color:visited {
 	color: #666;
 }
 
-.has-vintage-light-gray-background-color {
+.has-vintage-light-gray-background-color,
+.has-vintage-light-gray-background-color:hover,
+.has-vintage-light-gray-background-color:active,
+.has-vintage-light-gray-background-color:focus,
+.has-vintage-light-gray-background-color:visited {
 	background-color: #666;
 }
 
-.has-vintage-dark-gray-color {
+.has-vintage-dark-gray-color,
+.has-vintage-dark-gray-color:hover,
+.has-vintage-dark-gray-color:active,
+.has-vintage-dark-gray-color:focus,
+.has-vintage-dark-gray-color:visited {
 	color: #222;
 }
 
-.has-vintage-dark-gray-background-color {
+.has-vintage-dark-gray-background-color,
+.has-vintage-dark-gray-background-color:hover,
+.has-vintage-dark-gray-background-color:active,
+.has-vintage-dark-gray-background-color:focus,
+.has-vintage-dark-gray-background-color:visited {
 	background-color: #222;
 }
 
-.has-vintage-blue-color {
+.has-vintage-blue-color,
+.has-vintage-blue-color:hover,
+.has-vintage-blue-color:active,
+.has-vintage-blue-color:focus,
+.has-vintage-blue-color:visited {
 	color: #2b6e9d;
 }
 
-.has-vintage-blue-background-color {
+.has-vintage-blue-background-color,
+.has-vintage-blue-background-color:hover,
+.has-vintage-blue-background-color:active,
+.has-vintage-blue-background-color:focus,
+.has-vintage-blue-background-color:visited {
 	background-color: #2b6e9d;
 }