Unfollow tool for Bluesky
1.App { 2 text-align: center; 3} 4 5.header { 6 background-color: #282c34; 7 min-height: 100vh; 8 display: flex; 9 flex-direction: column; 10 align-items: center; 11 justify-content: center; 12 font-size: calc(10px + 2vmin); 13 color: white; 14} 15 16.link { 17 color: #b318f0; 18} 19 20input { 21 margin: 5px; 22 font-size: 125%; 23} 24 25button { 26 margin: 10px; 27 font-size: 125%; 28} 29 30.Warning { 31 margin-bottom: 10px; 32}