From df1f9e607543ff42bcba3c9c59e711435759d490 Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Wed, 6 Mar 2024 12:04:16 -0500 Subject: [PATCH] Added Microsoft Store --- css/brands.css | 11 +++++++++++ images/icons/microsoft.svg | 6 ++++++ index.html | 3 +++ 3 files changed, 20 insertions(+) create mode 100644 images/icons/microsoft.svg diff --git a/css/brands.css b/css/brands.css index 3bc142c..c1d4c4f 100644 --- a/css/brands.css +++ b/css/brands.css @@ -642,6 +642,17 @@ button:hover, filter: brightness(90%); } +/* Microsoft */ +.button.button-microsoft { + color: #ffffff; + background-color: #000000; + border: 1px solid #FFFFFF; +} +.button.button-microsoft:hover, +.button.button-microsoft:focus { + filter: brightness(90%); +} + /* NGL */ .button.button-ngl { color: #ffffff; diff --git a/images/icons/microsoft.svg b/images/icons/microsoft.svg new file mode 100644 index 0000000..8e7945c --- /dev/null +++ b/images/icons/microsoft.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/index.html b/index.html index 35c2bc8..294a3fb 100644 --- a/index.html +++ b/index.html @@ -255,6 +255,9 @@ Medium
+ + + Get it from Microsoft
NGL