Changeset 11566
- Timestamp:
- 02/17/2022 12:26:39 AM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r11564 r11566 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' ), '20220216');70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), filemtime( __DIR__ . '/style.css' ) ); 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
r11564 r11566 166 166 .site-header .site-title a { 167 167 color: #fff; 168 font-size: 2 6px;168 font-size: 28px; 169 169 font-weight: 300; 170 170 line-height: 1; … … 261 261 .navigation-main a:visited { 262 262 color: rgba(255, 255, 255, 0.8); 263 font-size: var(--wp--preset--font-size--small);263 font-size: 0.75em; 264 264 } 265 265
Note: See TracChangeset
for help on using the changeset viewer.