diff --git a/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css b/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css
index ebd8952..6a987ad 100644
a
|
b
|
h2.toc-heading + h3.toc-heading:target { |
1503 | 1503 | .menu-table-of-contents-container ul a:visited:not(:hover) { |
1504 | 1504 | color: #0073aa; |
1505 | 1505 | } |
| 1506 | .menu-table-of-contents-container ul a:focus:not(.active) { |
| 1507 | color: #fff |
| 1508 | } |
1506 | 1509 | .menu-table-of-contents-container > ul > li:last-child { |
1507 | 1510 | border-bottom: 1px solid rgba(0,0,0,0.05); |
1508 | 1511 | } |