This commit is contained in:
artificial 2023-06-28 18:17:07 -07:00
parent 93878a91c1
commit be78b6bd4d
No known key found for this signature in database
GPG key ID: B7265D4DDEDDCD3D
3 changed files with 15 additions and 1 deletions

View file

@ -579,6 +579,16 @@ button:hover,
filter: brightness(90%); 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 */ /* Notion */
.button.button-notion { .button.button-notion {
color: #000000; color: #000000;

1
images/icons/ngl.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -238,6 +238,9 @@
<!-- Medium --> <!-- Medium -->
<a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br> <a class="button button-medium" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/medium.svg" alt="">Medium</a><br>
<!-- NGL -->
<a class="button button-ngl" href="#" target="_blank" rel="noopener"><img class="icon" src="images/icons/ngl.svg" alt="">NGL</a><br>
<!-- Notion --> <!-- Notion -->
<a class="button button-notion" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/notion.svg" alt="">Notion</a><br> <a class="button button-notion" href="#" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/notion.svg" alt="">Notion</a><br>