Changeset 13466 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets-meta.scss
- Timestamp:
- 04/05/2024 09:23:35 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/widget-area/_widgets-meta.scss
r13463 r13466 53 53 54 54 [rel="tag"] { 55 background: $color__background-pre;55 background: var(--wp--preset--color--blueberry-4); 56 56 border-radius: 2px; 57 color: #000;57 color: var(--wp--preset--color--charcoal-1); 58 58 display: inline-block; 59 font-size: var( --wp--preset--font-size--extra-small);59 font-size: var(--wp--preset--font-size--extra-small); 60 60 margin: 2px; 61 61 max-width: 95%; … … 66 66 white-space: nowrap; 67 67 width: auto; 68 69 &:hover {70 background: #f3f3f3;71 }72 &:active {73 background: #dfdfdf;74 }75 68 } 76 69 } … … 86 79 margin-top: 10px; 87 80 background-color: #fff; 88 border: 1px solid var( --wp--preset--color--light-grey-1 ); ;81 border: 1px solid var( --wp--preset--color--light-grey-1 ); 89 82 border-radius: 2px; 90 83 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); … … 104 97 right: .6em; 105 98 font-size: small; 106 color: $color__link;99 color: var(--wp--custom--link--color--text); 107 100 108 101 &:hover,
Note: See TracChangeset
for help on using the changeset viewer.