Changeset 11556
- Timestamp:
- 02/15/2022 03:53:58 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
r11555 r11556 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 ' );70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220215a' ); 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
r11555 r11556 313 313 .page .o2-app-page-title { 314 314 color: inherit; 315 } 316 317 button:hover, 318 html input[type="button"]:hover, 319 input[type="reset"]:hover, 320 input[type="submit"]:hover { 321 /* remove box-shaddows from buttons that likely won't look good with it */ 322 box-shadow: inherit; 315 323 } 316 324
Note: See TracChangeset
for help on using the changeset viewer.