diff --git src/wp-content/themes/twentyseventeen/assets/css/ie8.css src/wp-content/themes/twentyseventeen/assets/css/ie8.css
index f0e315d..83342ba 100644
|
|
img { |
92 | 92 | |
93 | 93 | .site-title { |
94 | 94 | font-size: 36px; |
95 | | font-weight: bolder; |
| 95 | font-weight: 700; |
96 | 96 | } |
97 | 97 | |
98 | 98 | .site-description { |
… |
… |
time.published { |
188 | 188 | .page .entry-title, |
189 | 189 | .entry-meta + .entry-title { |
190 | 190 | font-size: 26px; |
191 | | font-weight: normal; |
| 191 | font-weight: 400; |
192 | 192 | letter-spacing: normal; |
193 | 193 | padding-top: 0; |
194 | 194 | text-transform: none; |
diff --git src/wp-content/themes/twentyseventeen/style.css src/wp-content/themes/twentyseventeen/style.css
index 7091311..7272ff9 100644
|
|
strong { |
121 | 121 | |
122 | 122 | b, |
123 | 123 | strong { |
124 | | font-weight: bolder; |
| 124 | font-weight: 700; |
125 | 125 | } |
126 | 126 | |
127 | 127 | code, |
… |
… |
body:not(.title-tagline-hidden) .site-branding-text { |
1680 | 1680 | transform: translateX(-50%) translateY(-50%); |
1681 | 1681 | } |
1682 | 1682 | |
1683 | | .wp-custom-header .wp-custom-header-video-button { /* Speficity prevents .color-dark button overrides */ |
1684 | | background-color: rgba( 34, 34, 34, 0.5 ); |
1685 | | border: 1px solid rgba( 255, 255, 255, 0.6 ); |
1686 | | color: rgba( 255, 255, 255, 0.6 ); |
| 1683 | .wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */ |
| 1684 | background-color: rgba(34, 34, 34, 0.5); |
| 1685 | border: 1px solid rgba(255, 255, 255, 0.6); |
| 1686 | color: rgba(255, 255, 255, 0.6); |
1687 | 1687 | height: 45px; |
1688 | 1688 | overflow: hidden; |
1689 | 1689 | padding: 0; |
… |
… |
body:not(.title-tagline-hidden) .site-branding-text { |
1696 | 1696 | } |
1697 | 1697 | |
1698 | 1698 | .wp-custom-header .wp-custom-header-video-button:hover, |
1699 | | .wp-custom-header .wp-custom-header-video-button:focus { /* SSpeficity prevents .color-dark button overrides */ |
1700 | | border-color: rgba( 255, 255, 255, 0.8 ); |
1701 | | background-color: rgba( 34, 34, 34, 0.8 ); |
| 1699 | .wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */ |
| 1700 | border-color: rgba(255, 255, 255, 0.8); |
| 1701 | background-color: rgba(34, 34, 34, 0.8); |
1702 | 1702 | color: #fff; |
1703 | 1703 | } |
1704 | 1704 | |
… |
… |
object { |
3034 | 3034 | .no-svg .dropdown-toggle .svg-fallback.icon-angle-down { |
3035 | 3035 | font-size: 20px; |
3036 | 3036 | font-size: 1.25rem; |
3037 | | font-weight: normal; |
| 3037 | font-weight: 400; |
3038 | 3038 | line-height: 1; |
3039 | 3039 | -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */ |
3040 | 3040 | -ms-transform: rotate(180deg); /* IE 9 */ |
… |
… |
object { |
3081 | 3081 | |
3082 | 3082 | /* Adjust positioning of edit shortcuts, override style in customize-preview.css */ |
3083 | 3083 | @media screen and (min-width: 20em) { |
| 3084 | |
3084 | 3085 | body.customize-partial-edit-shortcuts-shown .site-header .site-title { |
3085 | 3086 | padding-left: 0; |
3086 | 3087 | } |