@@ -714,8 +714,7 @@ select {
714714 .newheader {
715715 z-index : 999 ;
716716 background : rgba (255 , 255 , 255 , 0.9 );
717- -webkit-backdrop-filter : blur (1rem );
718- backdrop-filter : blur (1rem );
717+ backdrop-filter : blur (1rem );
719718
720719 margin-top : -2rem ;
721720 padding-top : 1.5rem ;
@@ -1126,9 +1125,9 @@ select {
11261125 a {
11271126 /* TODO: might be nice to do a different transition, box border trace? */
11281127 /* example: https://codepen.io/mehi/pen/MyWqPM; */
1129- transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, - webkit-text-decoration-color, -webkit-backdrop-filter ;
1128+ transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter , - webkit-text-decoration-color;
11301129 transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1131- transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter ;
1130+ transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
11321131 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
11331132 transition-duration : 150ms ;
11341133 }
@@ -1988,9 +1987,9 @@ select {
19881987 box-shadow : var (--tw-ring-offset-shadow ), var (--tw-ring-shadow ), var (--tw-shadow , 0 0 # 0000 );
19891988}
19901989.transition {
1991- transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, - webkit-text-decoration-color, -webkit-backdrop-filter ;
1990+ transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter , - webkit-text-decoration-color;
19921991 transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1993- transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter ;
1992+ transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
19941993 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
19951994 transition-duration : 150ms ;
19961995}
@@ -2018,9 +2017,9 @@ select {
20182017 @apply font-light;
20192018 } */
20202019.prose a {
2021- transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, - webkit-text-decoration-color, -webkit-backdrop-filter ;
2020+ transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter , - webkit-text-decoration-color;
20222021 transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2023- transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter ;
2022+ transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
20242023 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
20252024 transition-duration : 150ms ;
20262025}
@@ -2054,9 +2053,9 @@ img.emoji {
20542053 max-width : 100vw ;
20552054}
20562055.mailto {
2057- transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, - webkit-text-decoration-color, -webkit-backdrop-filter ;
2056+ transition-property : color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter , - webkit-text-decoration-color;
20582057 transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2059- transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter ;
2058+ transition-property : color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
20602059 transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
20612060 transition-duration : 150ms ;
20622061}
0 commit comments