mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-18 17:33:43 +03:00
Overwrite Gutenberg link button hover/visited
styles.
This commit is contained in:
parent
2d8932cbd5
commit
ba529d54f7
|
@ -10,6 +10,11 @@
|
|||
background: none;
|
||||
color: $color__link-button;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover,
|
||||
&:visited {
|
||||
color: $color__link-button;
|
||||
}
|
||||
}
|
||||
|
||||
// Add "danger" button styles, red text on grey background.
|
||||
|
|
|
@ -123,7 +123,7 @@ add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );
|
|||
* Enqueue scripts and styles.
|
||||
*/
|
||||
function scripts() {
|
||||
wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20191216' );
|
||||
wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200423' );
|
||||
|
||||
wp_enqueue_script( 'wporg-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true );
|
||||
wp_enqueue_script( 'wporg-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true );
|
||||
|
|
Loading…
Reference in a new issue