diff --git a/css/brands-extended.css b/css/brands-extended.css
index b6c34c2..2935a6a 100644
--- a/css/brands-extended.css
+++ b/css/brands-extended.css
@@ -84,6 +84,16 @@ button:hover,
filter: brightness(90%);
}
+/* 500px */
+.button.button-500px {
+ color: #000;
+ background-color: #ffff;
+}
+.button.button-500px:hover,
+.button.button-500px:focus {
+ filter: brightness(90%);
+}
+
/* Behance */
.button.button-behance {
color: #1769ff;
@@ -160,14 +170,6 @@ button:hover,
.button.button-myanimelist:focus {
filter: brightness(90%) }
- /* Vero */
-.button.button-vero {
- color: #fff;
- background-color: #000 }
-.button.button-vero:hover,
-.button.button-vero:focus {
- filter: brightness(90%) }
-
/* osu! */
.button.button-osu {
color: #ffffff;
@@ -187,3 +189,11 @@ button:hover,
.button.button-spacehey:focus {
filter: brightness(90%);
}
+
+ /* Vero */
+ .button.button-vero {
+ color: #fff;
+ background-color: #000 }
+ .button.button-vero:hover,
+ .button.button-vero:focus {
+ filter: brightness(90%) }
\ No newline at end of file
diff --git a/images/icons-extended/500px.svg b/images/icons-extended/500px.svg
new file mode 100644
index 0000000..aada15b
--- /dev/null
+++ b/images/icons-extended/500px.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/preview.html b/preview.html
index 3703cae..9f55826 100644
--- a/preview.html
+++ b/preview.html
@@ -96,6 +96,11 @@
3.) alt="Example Logo" | This alt attribute helps provides alternate text for an image, this can assist users who use screen readers.
-->
+
+
+ 500px
+
+
@@ -137,21 +142,21 @@
MyAnimeList
-
-
- Vero
-
-
osu!
-
+
SpaceHey
+
+
+ Vero
+
+
Build your own by forking LittleLink.