From 73c399dbfc4954c396ba86d7d088a0ef53e0cbe7 Mon Sep 17 00:00:00 2001 From: jawira Date: Tue, 18 Oct 2022 23:43:27 +0200 Subject: [PATCH] feat: Add Leanpub button --- css/brands.css | 10 ++++++++++ images/icons/leanpub.svg | 7 +++++++ index.html | 5 +++++ 3 files changed, 22 insertions(+) create mode 100644 images/icons/leanpub.svg diff --git a/css/brands.css b/css/brands.css index 18b50ec..e05e100 100644 --- a/css/brands.css +++ b/css/brands.css @@ -292,6 +292,16 @@ button:hover, filter: brightness(90%); } +/* Leanpub */ +.button.button-leanpub { + color: #ffffff; + background-color: #231f20; +} +.button.button-leanpub:hover, +.button.button-leanpub:focus { + filter: brightness(90%); +} + /* LinkedIn */ .button.button-linked { color: #ffffff; diff --git a/images/icons/leanpub.svg b/images/icons/leanpub.svg new file mode 100644 index 0000000..b21d00e --- /dev/null +++ b/images/icons/leanpub.svg @@ -0,0 +1,7 @@ + + + + + diff --git a/index.html b/index.html index f27b433..6b0fa6f 100644 --- a/index.html +++ b/index.html @@ -385,6 +385,11 @@ Flickr LogoFlickr
+ + + Leanpub LogoLeanpub +
+