Changeset 14049
- Timestamp:
- 09/12/2024 02:34:05 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe-2024/style.css
r14044 r14049 545 545 #secondary-content a { 546 546 overflow-wrap: anywhere; 547 } 548 549 #secondary-content .textwidget a, 550 #secondary-content .widget_team_pledges a, 551 #secondary-content a:hover { 547 552 text-decoration: underline; 553 } 554 555 #secondary-content .widget-title, 556 #secondary-content h3 { 557 margin: 0 0 var(--wp--preset--spacing--10); 558 line-height: var(--wp--custom--heading--level-5--typography--line-height); 559 font-size: var(--wp--preset--font-size--heading-5); 548 560 } 549 561 … … 567 579 } 568 580 569 #secondary-content .navigation-main ul li:hover > a, 570 #secondary-content .navigation-main ul li.current-menu-item a { 581 #secondary #subscribe-submit.is-link { 582 text-align: start; 583 } 584 585 li.o2-filter-widget-item a { 586 padding: unset; 587 margin-bottom: 5px; 588 } 589 590 li.o2-filter-widget-item a:hover { 591 background: unset; 592 color: var(--wp--custom--link--color--text); 593 } 594 595 li.o2-filter-widget-item a.o2-filter-widget-selected { 596 background: unset; 597 font-weight: 600; 598 color: var(--wp--custom--link--color--text); 599 } 600 601 li.o2-filter-widget-item a:hover:before, 602 li.o2-filter-widget-item a.o2-filter-widget-selected:before { 603 color: inherit; 571 604 } 572 605 … … 754 787 } 755 788 756 .widget-title {757 line-height: inherit;758 font-size: inherit;759 }760 761 789 .post-type-archive-handbook aside[id^="handbook"] .widget-title, 762 790 .post-type-archive-handbook aside[id^="nav_menu"] .widget-title, … … 772 800 } 773 801 774 .widget.widget_search { 775 margin-bottom: 3rem; 776 } 777 .widget_search input[type="search"], #subscribe-email input[type="email"] { 802 .widget_search input[type="search"], 803 #subscribe-email input[type="email"] { 804 box-sizing: border-box; 778 805 width: 100%; 779 box-sizing: border-box;780 padding: 1rem;781 font-size: 14px;782 border-radius: 2px;783 806 } 784 807 … … 1074 1097 .widget { 1075 1098 margin: 0 0 var(--wp--preset--spacing--40); 1076 padding: 0;1099 padding: unset; 1077 1100 } 1078 1101
Note: See TracChangeset
for help on using the changeset viewer.