A lightweight DIY alternative to services like Linktree and many.link.

Update brands.css

authored by

ITRR and committed by
GitHub
5a32dfed 241ed8c9

+13 -3
+13 -3
css/brands.css
··· 205 205 206 206 /* Bluesky */ 207 207 .button.button-bluesky { 208 - color: #000000; 209 - background-color: #F3F9FF; 210 - border: 1px solid #212121; 208 + color: #FFFFFF; 209 + background-color: #1185FE; 211 210 } 211 + 212 212 .button.button-bluesky:hover, 213 213 .button.button-bluesky:focus { 214 + filter: brightness(90%); 215 + } 216 + 217 + /* Bluesky Alt */ 218 + .button.button-bluesky-alt { 219 + color: #000000; 220 + background-color: #FFFFFF; 221 + } 222 + .button.button-bluesky-alt:hover, 223 + .button.button-bluesky-alt:focus { 214 224 filter: brightness(90%); 215 225 } 216 226