Add Bluesky support

This commit is contained in:
James Panther
2024-05-01 14:33:11 +10:00
parent 1388acbb76
commit b496ce078c
8 changed files with 17 additions and 1 deletions

View File

@@ -1103,6 +1103,11 @@ video {
background-color: #333;
}
.link-bluesky {
background: #0084ff;
background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
}
.link-codepen {
background-color: #1e1f26;
}

View File

@@ -21,6 +21,10 @@
.link-apple {
background-color: #333;
}
.link-bluesky {
background: #0084ff;
background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
}
.link-codepen {
background-color: #1e1f26;
}