This commit is contained in:
artificial
2023-06-28 18:17:07 -07:00
parent 93878a91c1
commit be78b6bd4d
3 changed files with 15 additions and 1 deletions

View File

@@ -579,6 +579,16 @@ button:hover,
filter: brightness(90%);
}
/* NGL */
.button.button-ngl {
color: #ffffff;
background-image: linear-gradient(45deg, #ed1581 0%, #ff8614 100%);
}
.button.button-ngl:hover,
.button.button-ngl:focus {
filter: brightness(90%);
}
/* Notion */
.button.button-notion {
color: #000000;