Skip to content

Commit 5b4c373

Browse files
author
Nikunj Hatkar
committed
Remove extra semi colon
1 parent ea1fcfe commit 5b4c373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/wp-content/themes/twentytwentyone

src/wp-content/themes/twentytwentyone/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ input[type=reset]:disabled,
19911991
}
19921992

19931993
.wp-block-cover .wp-block-cover__inner-container a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
1994-
background: var(--global--color-black);;
1994+
background: var(--global--color-black);
19951995
}
19961996

19971997
.wp-block-cover .wp-block-cover__inner-container .has-link-color a,

0 commit comments

Comments
 (0)