Changeset 43842 for branches/5.0/src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
r43808 r43842 41 41 background: $color__link; 42 42 mix-blend-mode: multiply; 43 opacity: 1;43 opacity: .8; 44 44 z-index: 3; 45 46 /* Browsers supporting mix-blend-mode don't need opacity < 1 */ 47 @supports (mix-blend-mode: multiply) { 48 opacity: 1; 49 } 45 50 } 46 51 }
Note: See TracChangeset
for help on using the changeset viewer.