Added Microsoft Store

This commit is contained in:
Seth Cottle
2024-03-06 12:04:16 -05:00
parent 18d46bd04d
commit df1f9e6075
3 changed files with 20 additions and 0 deletions

View File

@@ -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;