Changeset 54171
- Timestamp:
- 09/15/2022 08:33:52 AM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
r46587 r54171 41 41 outline-style: dotted; 42 42 text-decoration: underline; 43 text-decoration-thickness: 2px; 43 44 } 44 45 -
trunk/src/wp-content/themes/twentynineteen/sass/navigation/_links.scss
r46587 r54171 18 18 outline: thin dotted; 19 19 text-decoration: underline; 20 text-decoration-thickness: 2px; 20 21 } 21 22 } -
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
r52993 r54171 324 324 a { 325 325 text-decoration: underline; 326 text-decoration-thickness: 2px; 326 327 327 328 &:hover { -
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss
r46587 r54171 213 213 a { 214 214 text-decoration: underline; 215 text-decoration-thickness: 2px; 215 216 216 217 &.button, -
trunk/src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
r47586 r54171 82 82 a { 83 83 text-decoration: underline; 84 text-decoration-thickness: 2px; 84 85 } 85 86 -
trunk/src/wp-content/themes/twentynineteen/sass/typography/_copy.scss
r46587 r54171 59 59 &:focus { 60 60 text-decoration: underline; 61 text-decoration-thickness: 2px; 61 62 } 62 63 } -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r53418 r54171 2472 2472 a:focus { 2473 2473 text-decoration: underline; 2474 text-decoration-thickness: 2px; 2474 2475 } 2475 2476 … … 2513 2514 outline-style: dotted; 2514 2515 text-decoration: underline; 2516 text-decoration-thickness: 2px; 2515 2517 } 2516 2518 … … 2761 2763 outline: thin dotted; 2762 2764 text-decoration: underline; 2765 text-decoration-thickness: 2px; 2763 2766 } 2764 2767 … … 4424 4427 .entry .entry-content a { 4425 4428 text-decoration: underline; 4429 text-decoration-thickness: 2px; 4426 4430 } 4427 4431 … … 4901 4905 .comment .comment-content a { 4902 4906 text-decoration: underline; 4907 text-decoration-thickness: 2px; 4903 4908 } 4904 4909 … … 5226 5231 .widget_calendar .calendar_wrap a { 5227 5232 text-decoration: underline; 5233 text-decoration-thickness: 2px; 5228 5234 } 5229 5235 -
trunk/src/wp-content/themes/twentynineteen/style.css
r53418 r54171 2472 2472 a:focus { 2473 2473 text-decoration: underline; 2474 text-decoration-thickness: 2px; 2474 2475 } 2475 2476 … … 2513 2514 outline-style: dotted; 2514 2515 text-decoration: underline; 2516 text-decoration-thickness: 2px; 2515 2517 } 2516 2518 … … 2761 2763 outline: thin dotted; 2762 2764 text-decoration: underline; 2765 text-decoration-thickness: 2px; 2763 2766 } 2764 2767 … … 4430 4433 .entry .entry-content a { 4431 4434 text-decoration: underline; 4435 text-decoration-thickness: 2px; 4432 4436 } 4433 4437 … … 4907 4911 .comment .comment-content a { 4908 4912 text-decoration: underline; 4913 text-decoration-thickness: 2px; 4909 4914 } 4910 4915 … … 5232 5237 .widget_calendar .calendar_wrap a { 5233 5238 text-decoration: underline; 5239 text-decoration-thickness: 2px; 5234 5240 } 5235 5241
Note: See TracChangeset
for help on using the changeset viewer.