friendship ended with social-app. php is my new best friend
1[popover] { 2 h2 { 3 text-transform: lowercase; 4 padding-bottom: 10px; 5 border-bottom: 1px var(--border-color) solid; 6 } 7} 8 9#likes, 10#reposts, 11#quotes { 12 .inner { 13 display: grid; 14 gap: 10px; 15 padding: 10px; 16 } 17} 18 19::backdrop { 20 background-color: color-mix(in srgb-linear, var(--text-color), transparent 20%); 21 backdrop-filter: blur(5px); 22}