mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-26 00:22:35 +03:00
Added Microsoft Store
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user