Changeset 11557
- Timestamp:
- 02/15/2022 03:56:46 AM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r11556 r11557 68 68 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 69 69 70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220215 a' );70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220215b' ); 71 71 } 72 72 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r11556 r11557 313 313 .page .o2-app-page-title { 314 314 color: inherit; 315 } 316 317 button, 318 html input[type="button"], 319 input[type="reset"], 320 input[type="submit"] { 321 text-shadow: inherit; 315 322 } 316 323
Note: See TracChangeset
for help on using the changeset viewer.