Changeset 11577
- Timestamp:
- 02/17/2022 10:45:38 PM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r11431 r11577 3 3 add_action( 'wp_enqueue_scripts', 'make_enqueue_scripts' ); 4 4 function make_enqueue_scripts() { 5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), '202 10511' );5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), '20220217' ); 6 6 wp_enqueue_script( 'masonry' ); 7 7 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r10966 r11577 234 234 section.get-involved article.make-tide h2 a:before { content: '\f10d'; } 235 235 section.get-involved article.make-openverse h2 a:before { content: '\f179'; } 236 section.get-involved article.make-photos h2 a:before { content: '\f306'; } 236 237 237 238 section.get-involved article.featured-group h2:after {
Note: See TracChangeset
for help on using the changeset viewer.