diff --git a/css/brands.css b/css/brands.css
index 3e2eeea..3bc142c 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -884,13 +884,14 @@ button:hover,
filter: brightness(90%);
}
-/* Steam Dark */
-.button.button-steam-dark {
- color: #ffffff;
- background-image: linear-gradient(90deg, #09172a, #072a57, #0c5085);
+/* Stack Overflow */
+.button.button-stack-overflow {
+ color: #000000;
+ background-color: #FFFFFF;
+ border: 1px solid #000000;
}
-.button.button-steam-dark:hover,
-.button.button-steam-dark:focus {
+.button.button-stack-overflow:hover,
+.button.button-stack-overflow:focus {
filter: brightness(90%);
}
@@ -904,6 +905,17 @@ button:hover,
filter: brightness(90%);
}
+/* Steam Alt */
+.button.button-steam-alt {
+ color: #ffffff;
+ background-image: linear-gradient(90deg, #09172a, #072a57, #0c5085);
+ border: 1px solid #FFFFFF;
+}
+.button.button-steam-alt:hover,
+.button.button-steam-alt:focus {
+ filter: brightness(90%);
+}
+
/* Strava */
.button.button-strava {
color: #ffffff;
diff --git a/images/icons/stack-overflow.svg b/images/icons/stack-overflow.svg
new file mode 100644
index 0000000..e548a79
--- /dev/null
+++ b/images/icons/stack-overflow.svg
@@ -0,0 +1,11 @@
+
diff --git a/index.html b/index.html
index 0394e47..35c2bc8 100644
--- a/index.html
+++ b/index.html
@@ -325,12 +325,15 @@
Buy with Square
-
-
Steam
+
+
Stack Overflow
Steam
+
+
Steam
+
Strava