From be78b6bd4d2366b32010e1972cefd0e89cd24643 Mon Sep 17 00:00:00 2001
From: artificial <59352535+artificialbutter@users.noreply.github.com>
Date: Wed, 28 Jun 2023 18:17:07 -0700
Subject: [PATCH] Add NGL
---
css/brands.css | 10 ++++++++++
images/icons/ngl.svg | 1 +
index.html | 5 ++++-
3 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 images/icons/ngl.svg
diff --git a/css/brands.css b/css/brands.css
index b078cd7a..61f7e20c 100644
--- a/css/brands.css
+++ b/css/brands.css
@@ -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;
diff --git a/images/icons/ngl.svg b/images/icons/ngl.svg
new file mode 100644
index 00000000..3c215b47
--- /dev/null
+++ b/images/icons/ngl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/index.html b/index.html
index df1105f5..9c4dbe7f 100644
--- a/index.html
+++ b/index.html
@@ -237,7 +237,10 @@
Medium
-
+
+
+ NGL
+
Notion