commit
e9795187b1
3 changed files with 15 additions and 1 deletions
|
@ -599,6 +599,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* NGL */
|
||||||
|
.button.button-ngl {
|
||||||
|
color: #ffffff;
|
||||||
|
background-image: linear-gradient(-45deg, #ff8d10, #ec1187);
|
||||||
|
}
|
||||||
|
.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
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 |
|
@ -243,7 +243,10 @@
|
||||||
|
|
||||||
<!-- 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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue