diff --git a/css/brands-extended.css b/css/brands-extended.css index 7437367..e9da8f9 100644 --- a/css/brands-extended.css +++ b/css/brands-extended.css @@ -174,6 +174,16 @@ button:hover, filter: brightness(90%); } +/* Lemmy */ +.button.button-lemmy { + color: #ffffff; + background-color: #14854f; +} +.button.button-lemmy:hover, +.button.button-lemmy:focus { + filter: brightness(90%); +} + /* Micro.blog */ .button.button-microblog { color: #FFFFFF; @@ -216,4 +226,4 @@ button:hover, background-color: #000000 } .button.button-vero:hover, .button.button-vero:focus { - filter: brightness(90%) } \ No newline at end of file + filter: brightness(90%) } diff --git a/images/icons-extended/lemmy.svg b/images/icons-extended/lemmy.svg new file mode 100755 index 0000000..1e2428a --- /dev/null +++ b/images/icons-extended/lemmy.svg @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/preview.html b/preview.html index 59547ac..510b055 100644 --- a/preview.html +++ b/preview.html @@ -47,7 +47,7 @@