- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/sass/elements/_elements.scss
r43808 r44149 4 4 5 5 ::-moz-selection { 6 background : $color__background_selection;6 background-color: $color__background_selection; 7 7 } 8 8 9 ::selection { 9 background : $color__background_selection;10 background-color: $color__background_selection; 10 11 } 11 12 … … 17 18 18 19 body { 19 background : $color__background-body;20 background-color: $color__background-body; 20 21 } 21 22 … … 37 38 38 39 a:focus { 39 outline: 0; 40 outline: thin; 41 outline-style: dotted; 40 42 text-decoration: underline; 41 43 } 42 44 43 h1, h2, h3, h4, h5, h6 { 45 h1, 46 h2, 47 h3, 48 h4, 49 h5, 50 h6 { 44 51 clear: both; 45 52 margin: $size__spacing-unit 0; 46 53 } 47 54 48 h1:not(.site-title), h2 { 55 h1:not(.site-title), 56 h2 { 49 57 @include post-section-dash; 50 58 } … … 62 70 max-width: 100%; 63 71 position: relative; 64 &:before {65 background-color: $color__background-pre;66 border: 1px dashed $color__background-hr;67 border-radius: 3px;68 content: " ";69 display: block;70 height: 100%;71 left: 0;72 position: absolute;73 top: 0;74 width: 100%;75 }76 77 &:after {78 color: $color__text-input;79 content: "This image is broken :-/ ( "attr(alt)" )";80 display: block;81 left: 50%;82 position: absolute;83 text-align: center;84 top: 50%;85 transform: translate(-50%, -50%);86 width: 100%;87 }88 72 } 89 73 … … 93 77 94 78 blockquote { 95 96 79 border-left: 2px solid $color__link; 97 margin-left: -($size__spacing-unit * 2);98 padding: $size__spacing-unit 0 ($size__spacing-unit * .5) ($size__spacing-unit * 2);80 margin-left: 0; 81 padding: 0 0 0 $size__spacing-unit; 99 82 100 83 > p {
Note: See TracChangeset
for help on using the changeset viewer.